Re: Question about proxies forwarding HTTP/1.0 responses

On Thu, 27 May 2004, Jamie Lokier wrote:

> do real deployed HTTP/1.1 proxies convert
> non-chunked responses to chunked?

Yes, I think so (their actions may depend on HTTP transaction in
question, of course).

> Does announcing HTTP/1.1 actually buy you anything at all?

Your marketing materials can mention HTTP/1.1 "support".

You can also save a few bytes by not transmitting Connection:
keep-alive headers (assuming that's more common than closing the
connection).

Alex.

Received on Thursday, 27 May 2004 12:01:01 UTC