Hi, I am new to httpclient. I have a few general questions about the library and wonder if you could help me. 1. HTTP 1.1 standard supports pipelining (RFC2616 section 8.1.2.2). I looked at HttpMethodBase.java. It seems that httpclient does not allow pipelining. Is it true? Is pipelining used in any popular browsers? 2. I did not see httpclient using java.nio package. So I guess that it does not provide asynchronous API either. Is there any plan to take advantage of the nio package and add asynchronous API? 3. The links to mailing lists on the page: http://jakarta.apache.org/commons/httpclient/mail-lists.html does not work. Will anyone put the correct link on the web? Thank you.
Yue
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]