]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
HTTP_IN was attempting to process the PEEK mode. This threw off
authorGreg Stein <gstein@apache.org>
Mon, 8 Oct 2001 20:12:50 +0000 (20:12 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 8 Oct 2001 20:12:50 +0000 (20:12 +0000)
commit173d083ed0a14d4d170f6c990d00deebe14d2f35
treed96b1cf4566853a7fad0ae20c8bd88a0e58f3b77
parent4bd8279a92033453ea18e694310666775abe6b07
HTTP_IN was attempting to process the PEEK mode. This threw off
check_pipeline_flush(), making it think another request was available (when
it wasn't). Apache would avoid flushing the prior request and block on
reading the next request. (of course, the client wasn't sending the next
one, cuz it was still waiting for the results of the first one)

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