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=24560>.
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=24560

HttpClient loops endlessly while trying to retrieve status line





------- Additional Comments From [EMAIL PROTECTED]  2003-12-10 13:39 -------
Oleg, 
 
it really does not matter what caused that IOException (no parsing needed). 
If an IOException is thrown, the connection is not reusable. 
 
Excerpt from patched responseBodyConsumed(): 
 
try { 
  if(responseConnection.isResponseAvailable()) { 
     (...) 
     setConnectionCloseForced(true); 
  } 
} catch (IOException e) { 
  LOG.error("Unexpected I/O error when testing for extra response data", e); 
  setConnectionCloseForced(true); 
}

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

Reply via email to