latest LWP and Filter::HTTPD

2001-11-25 Thread Jason Boxman
I just installed the most recent LWP::* modules and Filter::HTTPD seems broken now against CVS from two days ago. Event: trapped error in `?? Kernel.pm:718': Can't use a URI::URL object as a URI at /home/jasonb/src/poe/poe/blib/lib/POE/Filter/HTTPD.pm line 122 At that point the script has to b

Re: POE::Filter::HTTPD

2001-11-25 Thread Jason Boxman
On Monday 26 November 2001 12:22 am, you wrote: > On Sun, Nov 25, 2001 at 11:11:09PM -0500, Jason Boxman wrote: > > > [...] > > > First, *HTTPD wants to tack on a duplicate protocol and version to each > > outgoing stream: > > [...] > > Sorry about that. I've committed a fix for it to CVS, and it

Re: POE::Filter::HTTPD

2001-11-25 Thread Rocco Caputo
On Sun, Nov 25, 2001 at 11:11:09PM -0500, Jason Boxman wrote: > [...] > First, *HTTPD wants to tack on a duplicate protocol and version to each > outgoing stream: [...] Sorry about that. I've committed a fix for it to CVS, and it'll be in the next release. The next release is waiting for m

POE::Filter::HTTPD

2001-11-25 Thread Jason Boxman
Hey all! I've got the latest CVS and I've been using POE::Filter::HTTPD to convert data between HTTP::* objects and streams. I noticed two things. First, *HTTPD wants to tack on a duplicate protocol and version to each outgoing stream: my $stream = $httpd_object->put( $response_object ); pri