LWP doesnt see a  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 returns the "OK" response, but no body


If I step thru the code, it looks like it skips the whole response reading
business
because the variable $has_content is set to false.  Or it could very well be
something else,
as when I force that variable on, it still doesnt read the body.

Another possible hint-- this router sends the header in one packet, and the
body in another.
I've seen old web clients that think there's nothing more coming after the
first header packet
and then ignore the body.... could this be the prob?


I can't figure out the logic in that part of LWP-- it's a bit Per-terse-ish.

HELP!



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to