]> granicus.if.org Git - apache/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)
commita717bf40a54c3524d04f17d4c03cf9a39b884055
tree6399a36fee377e79ff3ec3749dec522821dbaa6a
parent29c98036d19594cc2033b5a6305abfb47b0cc2dc
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