in reply to webserver -- incomplete content prob
Also, your client should not advertise HTTP 1.1 if it does not support it. Real HTTP will assume they can use stuff like chunked encoding and your client won't handle it.
Finally, is there a reason you can't use LWP for the HTTP client? Or HTTP::Daemon for the server? Both of them handle all the nasty details of the HTTP protocol.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: webserver -- incomplete content prob
by flor~ (Initiate) on Apr 08, 2004 at 20:21 UTC |