]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Improve fix for PR38123. This fixes PR38123 and PR37790 (whose fix has been
authorRuediger Pluem <rpluem@apache.org>
Sat, 21 Jan 2006 23:22:23 +0000 (23:22 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 21 Jan 2006 23:22:23 +0000 (23:22 +0000)
commit4befe875041ceaa3c2841e2b5d8ad815676bcdb8
tree1a13a9776806a029e2b63d6afab881cf6c24967a
parentd66bb0a4d068c9c9e54f1f2537b78f6fe679db4f
* Improve fix for PR38123. This fixes PR38123 and PR37790 (whose fix has been
  already backported) by inserting the HTTP_IN filter uncondionally before
  we call ap_send_error_response or ap_die. This ensures that
  ap_discard_request_body called by ap_die and by ap_send_error_response works
  correctly on status codes that do not cause the connection to be dropped and
  in situations where the connection should be kept alive.

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