]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
- Fix up a comment so that it makes more sense and explains why we return
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 6 Feb 2002 02:24:18 +0000 (02:24 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 6 Feb 2002 02:24:18 +0000 (02:24 +0000)
commit85fabad5ebbc2de156f8fd90daec3ef7b017c317
treebb36286e52c7b28a42e1242bcfd76a68866a8505
parent4ffeb3ca6e8e64c0eb6a0931a75e7e7b2ebac4bc
- Fix up a comment so that it makes more sense and explains why we return
  APR_EOF instead of an EOS bucket.
- Start to try to be nice when we *know* we are EOS by removing the
  bucket.  This is only one case where we could end up with a 0 bucket
  in ctx->b, but let's remove it and move on.  (If the bucket were to
  return 0 bytes and still have data left to read on blocking mode,
  it's blantly broken, IMHO)

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