]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
For some reason, I was thinking PEEK should read infinitely. Not.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 10 Oct 2001 18:45:22 +0000 (18:45 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 10 Oct 2001 18:45:22 +0000 (18:45 +0000)
commit55a8076e5da59f20174fdc7db19d8f8f24a77854
tree4c1e176fee1e22e574761aaba07df0dc4c9d296a
parentd879ed67bf3138b32b24d129813ea0082a1032cb
For some reason, I was thinking PEEK should read infinitely.  Not.
Return with APR_EOF if we get EAGAIN.

(Whomever is calling this with PEEK should really be able to handle EOS
 bucket rather than relying on error codes.)

Thanks to Greg Ames for pointing out this fubar.

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