delete cookies from HttpState

2003-10-06 Thread Yue Luo
Hi, I wonder if in the next release a method like deleteAllCookies() could be added to HttpState. I am developing a driver for a web benchmark and want to recycle HttpState instead of creating a new one. Thanks. Yue - To

where's the web page?

2003-09-29 Thread Yue Luo
Hi, Today I cannot find the web page for our httpclient project. The apache homepage links to commons.apache.org, which does not have any information. What happened? Where can I find the httpclient web page? Thank you. Yue

A bug?

2003-08-29 Thread Yue Luo
Hi, Version 2.0-rc1 When HttpConnection.closeSocketAndStream() is called, it first closes the input stream, and then it closes the output stream. When I am using JSSE, the output stream seems to be also closed by the underlying system when the input stream is closed. So when this method

question about HttpState

2003-08-25 Thread Yue Luo
Hi, I want to do the following: 1. The main thread/conneciton logins to a web site. It is a post request like a online banking login, not HTTP authentication. The server will return a cookie containing session id. 2. Then the main thread creates two simultaneous threads to create two

Re: newbie questions

2003-08-21 Thread Yue Luo
As far as support for pipelining in browsers/web servers I have no idea. This is a good question. I will look around to see if I can find anything. Please let us know if you make any discoveries as well. Thank you for the reply. I did some search on google. It seems that currently Mozilla,

sample code link does not work

2003-08-21 Thread Yue Luo
Hi, It seems that today the link to Sample Code is broken although it worked yesterday. The correct link may be: http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/ Will the webmaster correct this? thanks. Yue