On 4/7/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
Graham Dumpleton wrote:
>
> The person on the WSGI list is more or less claiming that there would
> be no harm in a web server always applying chunked transfer encoding
> to a response which doesn't specify a content length

Of course this person is entirely wrong if the client doesn't
Accept-Encoding: chunked

which is exactly the logic we test.

Chunking support on a response is implicit if you claim HTTP/1.1
support.  You don't need to signal it with Accept-Encoding (you can, I
guess).  IOW, an HTTP/1.1 client should always a expect a server may
give back chunking...  -- justin

Reply via email to