LWP doesnt se response from Galaxy Embedded Web Server.
I have a cheeep router with an embedded Web server for maintenance.
I'd like to read the stats page with LWP, but LWP doesnt get the body of the
response.
It gets the header back, but not the body.
Peeking at the packets, the Galaxy web server pushes the ehader out in one
packet, then sends the body in subsequent packets.
I can't follow the code in LWP, but I guess it's not waiting for packets to
come back, it just assumes there no more immediate data and therefore
nothing more coming back.
Is there a known fix for this (short of putting a sleep(5) in somewhere
awful)
Thanks,
George
pkent - 28 Sep 2003 10:49 GMT
In article <CJXcb.585251$YN5.427443@sccrnsc01>,
"George R. Gonzalez" <grg2.Elide-This.Part@And-This-comcast.net>
wrote:
> LWP doesnt se response from Galaxy Embedded Web Server.
>
[quoted text clipped - 4 lines]
>
> It gets the header back, but not the body.
I'm not sure it'll be any help but try:
use LWP::Debug '+';
in your script. This might show you something useful.
P

Signature
pkent 77 at yahoo dot, er... what's the last bit, oh yes, com
Remove the tea to reply