You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/11/18 23:05:03 UTC

DO NOT REPLY [Bug 14364] - Mod_cache doesn't mod_cache doesn't handle properly Transfer-Encoding: chunked directive

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14364>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14364

Mod_cache doesn't mod_cache doesn't handle properly Transfer-Encoding: chunked directive

rederpj@remulak.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From rederpj@remulak.net  2002-11-18 22:05 -------
There are two parts to answering this PR. The first is that Estrade Matthieu and
Brian Pane recently committed a fix to remove headers that shouldn't be cached.
Transfer-encoding is one of those headers, so that fix is available in the HEAD
of the CVS library and will be available in a future release of Apache.

The second part of the answer is that there are a variety of reasons why
content-length may get removed. Your configuration needs to be set up to handle
that. One way to handle it would be to set CacheMaxStreamingBuffer to a value
very near CacheMaxFileSize. Another way would be to try and limit the number of
things that cause content-length to be removed from cachable files. You can do
things like make sure those files aren't unnecessarily run through mod_include.

Those two things should fix the problem you have encountered so I am marking
this as fixed.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org