]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
When the cache would validate 304 responses from back-end server, it would
authorJim Jagielski <jim@apache.org>
Thu, 5 Sep 2002 14:19:19 +0000 (14:19 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 5 Sep 2002 14:19:19 +0000 (14:19 +0000)
commit456a15c6cad5802a538b80c6a636fcce22f8fbf2
tree50a0739bec34d1b9bdc481382affd8b2e9a71097
parenta7b27bfccb1b16d3bf204779433581e518c4d56a
When the cache would validate 304 responses from back-end server, it would
incorrectly set the content-length value to 0 (from the 304 response)
instead of keeping the original value.

PR: Bugz 10128
Obtained from:
Submitted by: Paul Terry <paul.terry@gmx.net> and  ast@domdv.de
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96647 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/modules/proxy/proxy_cache.c