]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Also add a possible ETag header to r->headers_out. We need to have it there
authorRuediger Pluem <rpluem@apache.org>
Sun, 27 May 2007 11:26:04 +0000 (11:26 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 27 May 2007 11:26:04 +0000 (11:26 +0000)
commitbd03736495bc010d063d5e3607063e0b5038dacd
treefd08bce63accfb236d36204222b71149cf6d3f0c
parentd09a836fb0295aa7eb9454adb5a67693535ec6e4
* Also add a possible ETag header to r->headers_out. We need to have it there
  for our later call to ap_meets_conditions a few lines above. Having it put
  in the merge table will fail as merge and r->err_headers_out get merged
  AFTER our call to ap_meets_conditions. Besides of this having multiple
  ETag headers (or a merged version of them) does not seem to make sense.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@541974 13f79535-47bb-0310-9956-ffa450edef68
server/util_script.c