]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r327185 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Tue, 25 Oct 2005 20:12:48 +0000 (20:12 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 25 Oct 2005 20:12:48 +0000 (20:12 +0000)
commit6c51e911d8b83bfb6087f93565087e36a21c75e2
tree3e91514e2f76f8ab9cbef7a5d348191d325361a4
parent351014fef8c4842d8ba41b7c98124564ad9b3309
Merge r327185 from trunk:

* Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filter
  chain immediately instead of spooling it completely before passing it
  to the filter chain. It contains a bandaid to handle intentional
  flushes from Tomcat side. Further explanation in code and report.

  ajp.h:           Add ajp_msg_reuse prototype

  mod_proxy_ajp.c: Adjust logic of ap_proxy_ajp_request

  ajp_msg.c:       Add ajp_msg_reuse

  ajp_header.c:    Adjusting logic of ajp_read_header

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328467 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/ajp.h
modules/proxy/ajp_header.c
modules/proxy/ajp_msg.c
modules/proxy/mod_proxy_ajp.c