Re: HttpClient not sending cookie?

2008-06-10 Thread Eduardo J. Ortega U.
Hi, Sebb, Oleg: Oleg was referring to the Cookie mode: params.setParameter(HttpMethodParams.COOKIE_POLICY,CookiePolicy.BROWSER_COMPATIBILITY) I attempted to use the browser compatibility policy, but the same post request isn't sending the cookie yet: 2008/06/10 08:51:10:558 GMT-05:00

Re: http pipelining

2008-06-10 Thread Oleg Kalnichevski
On Tue, 2008-06-10 at 14:35 +0200, Martin Zdila wrote: hello is there support for http pipelining in the httpclient/httpcore 4? if not, are thare any plans to support it? Martin, The trouble is that pipelining and 'expect:continue' handshaking are (pretty much) mutually exclusive.