Andrew Gaydenko wrote:
OK. Let's try another way. Is there a possibility to force Apache server to use chunked response? Probably I have missed something in doc...
Not from the client, per say. When the client advertises HTTP/1.1 support, it is required to accept Transfer-Encoding: chunked as well as any other Accept-Encoding: it advertised. The server chooses between transfer-encoding: chunked or content-length: n based responses. The way to force apache on the server side to chunk the response is to filter it, such that it doesn't know the content length. If it doesn't know the final content length, it will chunk the 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx