On 1/31/2012 9:37 AM, Matus UHLAR - fantomas wrote:
>>>> On 1/27/2012 2:50 PM, sameer shah wrote:
>>>>> As you can see in above 2 headers chunking is working only if the 
>>>>> compression is
>>>>> turned off.
>>>
>>> On 27.01.12 15:37, William A. Rowe Jr. wrote:
>>>> Chunking is not a feature that the client gets to choose.
>>>> Your client code is badly written if it is that fragile.
> 
> IIUC, it's not badly written client code, but a want from webserver admin, 
> that seems not
> to be fullfillable with current apache/mod_deflate...

No.  Protocols and specifications exist for a reason.  Even *IF* you
could force chunk behavior at the origin server, you would be incapable
of producing the same results as the request travels through forward,
reverse and transparent proxies outside of that administrators control.

>>>> It has to be able to tolerate either of Content-Length or
>>>> Transfer-Encoding.  You don't have command or control of the
>>>> mechanism used if you are an HTTP/1.1 client.  It is always
>>>> the server's choice.

And tolerate disconnection to indicate end of response.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to