]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Stop checking to see if this is a pipelined request if we know
authorRyan Bloom <rbb@apache.org>
Fri, 19 Jan 2001 17:19:51 +0000 (17:19 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 19 Jan 2001 17:19:51 +0000 (17:19 +0000)
commit6333e9f8137c3de50e4a5519db86565cde7c6526
treecb5199cc5ecaffb625021a85c9591a67f59ea105
parent2ca370df3e3c6b650e68f86be599c13205889dfb
Stop checking to see if this is a pipelined request if we know
for a fact that it isn't.  Basically, if r->connection->keepalive == 0.
This keeps us from making an extra read call when serving a 1.0
request.
Submitted by:   Ryan Bloom and Greg Stein

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