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. HttpClient 4.0 provides support for
the latter because it is mandatory for HTTP/1.1 compliant HTTP agents.
HttpCore NIO extensions, however, are fully pipelining capable. There
are plans to develop an asynchronous version of HttpClient at _some_
point of time with the full support for pipelining.

There is nothing that prevents you from hacking up a custom version of
HttpClient based on HttpCore NIO.  

Cheers

Oleg

> thanks in advance


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to