You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2003/02/01 01:25:35 UTC

DO NOT REPLY [Bug 11653] - PUT method blocks against older servers

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

PUT method blocks against older servers

oleg.kalnichevski@bearingpoint.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From oleg.kalnichevski@bearingpoint.com  2003-02-01 00:25 -------
HttpClient has been made more robust when dealing with older HTTP servers and
proxies. It should not hang indefinitely anymore if status code 100 is not
returned when expected. HttpClient will resume sending request body after 3
seconds if no response is sent.

I have had only limited opportunity to test this functionality. I'd appreciate
if you could verify that HttpClient now handles ambiguous situations
appropriately and hang-ups do not recur