DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27242>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27242 "Socket Closed" IOException thrown by HttpConnection ------- Additional Comments From [EMAIL PROTECTED] 2004-02-26 10:35 ------- The patch 1 solves the immediate symptons of the problems in HttpClient class. However, I would add the socket stale check to HttpConnection class itself. With the current fix you need always call HttpConnection#isOpen before calling any of these methods: HttpConnection#setSoTimeout HttpConnection#getSoTimeout HttpConnection#setSendBufferSize HttpConnection#getSendBufferSize --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
