Re: [PATCH] Send chunked responses if body size is unknown.

2010-08-23 Thread Alex Rousskov
On 08/22/2010 04:49 AM, Amos Jeffries wrote: Alex Rousskov wrote: Send chunked responses if body size is unknown. Apply HTTP chunked transfer encoding to the response body if all of the following conditions are met: * client claims HTTP version 1.1 or later support * response does not have a

Re: [PATCH] Send chunked responses if body size is unknown.

2010-08-22 Thread Amos Jeffries
Alex Rousskov wrote: Send chunked responses if body size is unknown. Apply HTTP chunked transfer encoding to the response body if all of the following conditions are met: * client claims HTTP version 1.1 or later support * response does not have a Content-Length header already * response

[PATCH] Send chunked responses if body size is unknown.

2010-08-20 Thread Alex Rousskov
Send chunked responses if body size is unknown. Apply HTTP chunked transfer encoding to the response body if all of the following conditions are met: * client claims HTTP version 1.1 or later support * response does not have a Content-Length header already * response does not use

[PATCH] Send chunked responses if body size is unknown.

2010-08-20 Thread Alex Rousskov
Send chunked responses if body size is unknown. Apply HTTP chunked transfer encoding to the response body if all of the following conditions are met: * client claims HTTP version 1.1 or later support * response does not have a Content-Length header already * response does not use