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=20703>. 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=20703 unable to find line starting with "HTTP" error [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-06-12 10:17 ------- Michael, The method is indeed there. Have a look for yourself: http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java?rev=1.151 Please note that it is a method of HttpMethodBase class, not of HttpMethod interface. I suppose you cast your method object to HttpMethod interface and then attempt to set the retry handler. That "does not compute", of course I think it is quite likely that under certain circumstances (such as heavy load) MSNBC simply drops connections as it sees fit. By the way, dropping connections at any time and without prior notice is absolutely fine from the HTTP spec standpoint. I mark the report as invalid Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
