]> granicus.if.org Git - apache/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)
commit8eedea62afb0d0e9befec5dbb12238435c54a680
treecb5199cc5ecaffb625021a85c9591a67f59ea105
parentdad396617a3001e7a5f0790e0383dc6da1277af8
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