]> granicus.if.org Git - apache/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)
commit2a66c93d8861cb9be7149272c84c74fc6775a419
treebb36286e52c7b28a42e1242bcfd76a68866a8505
parent6637e25ad7cddb09dba07b67a854c3e626956d7d
- 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