DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35642>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35642 ------- Additional Comments From [EMAIL PROTECTED] 2005-07-16 19:04 ------- (In reply to comment #6) > Created an attachment (id=15612) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15612&action=view) [edit] > more verbous patch > Odi, +1 to commit the patch > Yes HttpClient uses java.net. No, HttpClient does not use SocketChannel (nio) > nor Socket.connect with a timeout since those APIs appeared in JDK 1.4. > HttpClient is however compatible with JDK 1.3.1. Actually HttpClient does use Socket.connect through reflection when running in JRE >= 1.4 http://jakarta.apache.org/commons/httpclient/xref/org/apache/commons/httpclient/protocol/ReflectionSocketFactory.html#85 Oleg -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
