]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body()
authorSascha Schumann <sascha@apache.org>
Fri, 3 Nov 2000 17:34:59 +0000 (17:34 +0000)
committerSascha Schumann <sascha@apache.org>
Fri, 3 Nov 2000 17:34:59 +0000 (17:34 +0000)
commit6d89d14d4e7846c9f17df77cf38e3c020112b2ca
tree4bd30e3d55d16dc4fcd79a071cb37438e99e5a91
parentfdfcc2df5a558c502ad164010444fa3104621387
Remove REQUEST_CHUNKED_PASS and change ap_discard_request_body()
to use REQUEST_CHUNKED_DECHUNK.

Because of this change, the need for handle_request_body() is gone,
so we remove that as well.

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