]> granicus.if.org Git - apache/commit
* Fix PR37100 (SEGV in mod_proxy_ajp), by sending the data up the filter
authorRuediger Pluem <rpluem@apache.org>
Fri, 21 Oct 2005 13:54:38 +0000 (13:54 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 21 Oct 2005 13:54:38 +0000 (13:54 +0000)
commita9d2ab75d0c8034df985f59bdb2e8600372d9d94
treedd1075b5872e32fc21a638132812228ca954ffd7
parentaabe646236a4863daede4e50fa03eaba24c5c3f2
* 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/trunk@327185 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