]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
check_pipeline: use AP_MODE_SPECULATIVE to check for data in the input filters
authorGreg Ames <gregames@apache.org>
Mon, 30 Apr 2007 18:16:06 +0000 (18:16 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 30 Apr 2007 18:16:06 +0000 (18:16 +0000)
commit2c91e92953037f3f656202c6e2c549b64faa9e02
tree47e7a67ccb19eff1b7e7603ce88f29543217d9dd
parent39e8459729da4f2a71e168266057edbcf0b13834
check_pipeline:  use AP_MODE_SPECULATIVE to check for data in the input filters
to accomodate mod_ssl's input filter.  AP_MODE_EATCRLF is essentially a no-op
in that filter.

this fixes missing imbedded graphics etc when using the Event MPM with mod_ssl
with HTTP pipelining enabled in the browser.  the pipelined requests after the
first were never read from mod_ssl's input filter.  it might reduce unneeded
flushes with other MPMs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@533820 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_request.c