]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow for the possibility of receiving data regardless of the pipe
authorBill Stoddard <stoddard@apache.org>
Fri, 14 Apr 2000 17:38:14 +0000 (17:38 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 14 Apr 2000 17:38:14 +0000 (17:38 +0000)
commit3f836c5723666af1f57445adf336aa722e729d6e
tree044fea1252bea733d9ad3d2c480ec31169c8a0c4
parent0aa29af58e945095c68344a010db72a71205b7c8
Allow for the possibility of receiving data regardless of the pipe
error condition or receiving EOF on the pipe read. This patch
assumes that a read returning APR_SUCCESS with 0 bytes read is equivalent
to an EOF.

Submitted by: Dean Gaudet
Reviewed by: Bill Stoddard

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