]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r410370 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Wed, 26 Jul 2006 13:04:27 +0000 (13:04 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 26 Jul 2006 13:04:27 +0000 (13:04 +0000)
commit697766d879acd6762f2122cf196510da2425a9a9
treef7715161b25f653c15597e1f9d9d68d6c0dc2b3d
parent83f417ce12baa78948a189dc3a59461cc3f13993
Merge r410370 from trunk:

* Keep the Content-Type for successfully revalidated
  cached objects, by unsetting possible Content-Type headers in
  r->headers_out and r->err_headers_out as they may be different to what
  we have received from the cache.
  Actually they are not needed as r->content_type set by
  ap_set_content_type a few lines above will be used in the store_headers
  functions of the storage providers as a fallback and the HTTP_HEADER filter
  does overwrite the Content-Type header with r->content_type anyway.

PR: 39647
Submitted by: rpluem
Reviewed by: rpluem, pquerna, fielding

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@425725 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/cache/cache_storage.c