logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Poe Component Client HTTP Problem: msg#00016

Subject: Re: Poe Component Client HTTP Problem
On Thu, May 13, 2004 at 10:44:54AM -0400, Rocco Caputo wrote:
> On Thu, May 13, 2004 at 01:08:44PM -0000, PerlDiscuss - Perl Newsgroups and 
> mailing lists wrote:
> > Hi -- 
> > 
> [...]
> > 
> > expected a request ID, but there is none at 
> > E:/apps/perl/site/lib/POE/Component/Client/HTTP.pm line
> > 598.
> > Use of uninitialized value in numeric eq (==) at
> > E:/apps/perl/site/lib/POE/Resource/Events.pm line 1
> > 03 during global destruction.
> 
> It looks like you may be using an outdated version of the component.
> The latest CPAN release is 0.63.  The error message has moved from
> line 598 to line 653 between your version and the most recent one.
> 
> Please re-report the problem if you encounter it with the latest
> version.  Thanks!

I was experiencing the problem with 0.63. Interestingly, if I change the line
in question to

  # Drop the wheel and its cross-references.
  my $request_id = delete $heap->{wheel_to_request}->{$wheel_id};
  return unless defined $request_id;

then at the point the program would normally error it simply ceases to receive
successful HTTP responses. Haven't had time to figure out why this is the case,
though - but I got a mail off-list about this earlier as well so I'll try and
have a bash at it sometime next week if greater minds haven't solved the
mystery by then.

-- 
Bring me my etherkiller; Oh clouds unfold! / Bring me the magic smoke of desire
I shall not cease from mental fight / Nor shall my LART rest in my hand
Till we have buried the bodies / Of all the lusers in all this land
  -- rpg, ASR                        [ My homepage is http://www.trout.me.uk/ ]




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>