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=29408>. 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=29408 HttpClient fails to read status line correctly. ------- Additional Comments From [EMAIL PROTECTED] 2004-06-08 07:51 ------- Lior, I think I have an explanation for this phenomenon. Apparently this is stale connection check that goes badly wrong. The stale connection check has been a constant source of troubles in older/buggy JREs. However, this is the first time I see such a side-effect http://jakarta.apache.org/commons/httpclient/xref/org/apache/commons/httpclient/HttpConnection.html#491 You are running JRE 1.4.1.1 (as I learnt from the wirelog you had sent me) which is known to be broken in many ways. I believe JRE upgrade should solve the problem. Alternatively you want to try to disable stale connection checking Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]