]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
dechunk filter:
authorJeff Trawick <trawick@apache.org>
Mon, 16 Oct 2000 20:08:14 +0000 (20:08 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 16 Oct 2000 20:08:14 +0000 (20:08 +0000)
commit456c858fb2d21823835128cce9e88b12dcdef14f
tree39f53a14926d8ce39be1e014b2c7dc216ae8c0e1
parenteb7793f8713b6526ade71419ec0f9cc5fe083c4f
dechunk filter:
  Get rid of an assertion which assumed that HTTP_IN is the filter
  below us.  Some other filter may play the same role.
ap_setup_client_block():
  Get rid of a commented-out hack which was used to allow chunked
  transport encoding of a request body received by mod_cgi[d].
ap_get_client_block():
  Get rid of special handling for zero-length buckets...  The main
  loop handles that fine.
Submitted by: Ryan Bloom

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