]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We should only be doing one socket read under any circumstances
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 6 Oct 2001 00:47:06 +0000 (00:47 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 6 Oct 2001 00:47:06 +0000 (00:47 +0000)
commit7541cc30736bbf8cdacd9d317b4cff8edc17b010
treea3650f9f78a4f7046c1333ce33bcdc1dfe5b06c4
parent37e9d4b0a4e66d0cfccfac2e8782a3ecb8d0e3b1
We should only be doing one socket read under any circumstances
(blocking or not).

apr_brigade_partition would do reading multiple times and that's
not really what we want (so I think).

This may speed up POST requests that were waiting for all of the
data to arrive before returning anything in blocking mode.

Reviewed by: Greg Stein, Ryan Bloom

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91322 13f79535-47bb-0310-9956-ffa450edef68
server/core.c