]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Cleanup ap_get_client_block a bit. All of the code that I am removing
authorRyan Bloom <rbb@apache.org>
Sat, 14 Oct 2000 06:53:02 +0000 (06:53 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 14 Oct 2000 06:53:02 +0000 (06:53 +0000)
commitf6a723080f73d1eb7b7b05ddc46b7d9330d63519
tree6399a36fee377e79ff3ec3749dec522821dbaa6a
parent1486d62e7e8e948ae158dab0467451232a34280a
Cleanup ap_get_client_block a bit.  All of the code that I am removing
doesn't actually do anything useful, it was meant to remove all zero
length buckets before trying to read from the brigade.  However, it is
perfectly fine to not do this, and to just read those buckets along with
the rest of them.

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