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 ------- Additional Comments From [EMAIL PROTECTED] 2003-05-29 21:14 ------- Why would you want to change RESPONSE_WAIT_TIME_MS in the very first place? Its sole purpose is to avoid infinite wait when the target HTTP server does not properly handle 'expect: 100-continue' handshake. If you need to set read timeout, you should use HttpClient#setTimeout() method. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
