DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37550>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37550 ------- Additional Comments From [EMAIL PROTECTED] 2005-11-18 00:18 ------- (In reply to comment #5) > That's what I think is happening. The proxy reads the request header, sees the > protocol version (or Transfer-Encoding header), figures it cannot process the > request, does not read the request body, sends back status 502 and immediately > drops the connection. The trouble here is that HttpClient can't start reading > the response until the request body has been fully sent. > > Here's my piece of advise on how to work the problem around: do GET or HEAD > the > first time you hit the server, get the supported HTTP version, then do POST > OK. I guess I'd rather have the work-around you propose that is going to work consistently over the less robust - but simpler - approach that I was attempting. Thanks for you help, Rob -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
