On Wed, 31 Mar 2004, Henri Gomez wrote:
Also the Content-Length is set to the size of the plain request (not the size of the compressed request).
Is it correct or should it send the Content-Length with the size of the compressed request ?
In such case, it seems that mod_deflate INPUT filter should modify the Content-Length accordingly ?
The note at the bottom of this section: http://httpd.apache.org/docs-2.0/mod/mod_deflate.html#enable says that it should be the compressed length and that the server is not responsible for changing the length during decompression.
Ok.
Since jk / jk2 are using content-length to forward datas to tomcat, how did jk/jk2 know the correct size to be forwarded ?
Regards