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/05/29 21:20:33 UTC

DO NOT REPLY [Bug 20335] New: - There is no way to change RESPONSE_WAIT_TIME_MS programmatically

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

There is no way to change RESPONSE_WAIT_TIME_MS programmatically 

           Summary: There is no way to change RESPONSE_WAIT_TIME_MS
                    programmatically
           Product: Commons
           Version: 2.0 Alpha 3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HttpClient
        AssignedTo: commons-httpclient-dev@jakarta.apache.org
        ReportedBy: stan.margulis@tallan.com
                CC: stan.margulis@tallan.com


This entry is more of a suggestion then a bug but... When processRequest method 
of org.apache.commons.httpclient.HttpMethodBase issues a call to 
waitForResponse method of HttpConnection class it sets the timeout to the 
default value of 3 seconds. HttpMethodBase class provides no way to change that 
value, and sometimes 3 seconds is not enough and request timesout