> > You can use the HTTP/1.0 connector.
> >
> > Remy
>
> Unfortunatly I cannot. The application I have, requires HTTP 1.1 and
> Keep-Alive.
> HTTP 1.0 is not an option. However the client side libraries do not handle
> chunked encoding. So I am a bit stuck.
> Any help with turning off chunked encoding with HTTP 1.1 Connector would
be
> very valuable to us.

Well, after looking at the algorithm (and trying with a telnet), I think the
flag does the job. However, this is likely to be a capability which will be
going away when I rewrite the connector (since it adds complexity without
adding anything useful - see below).

Chunking is not optional for HTTP/1.1 compliance. If you support HTTP/1.1,
you have to support chunked encoding (it's quite easy to do, actually, as
it's a very simple encoding).

Remy

Reply via email to