On Thu, Jul 09, 2009 at 06:32:29PM +0200, Joan Balaguer? Valls wrote:
> Hello Oleg,
>
> Can I set the expect-continue handshake at httpclient level?
>
> HttpParams objHttpParams = new BasicHttpParams();
> HttpProtocolParams.setVersion(objHttpParams, Ht
Hello Oleg,
Can I set the expect-continue handshake at httpclient level?
HttpParams objHttpParams = new BasicHttpParams();
HttpProtocolParams.setVersion(objHttpParams, HttpVersion.HTTP_1_1);
ClientConnectionManager cm = new
ThreadSafeClientConnManager(this.objHttpParams