]> granicus.if.org Git - apache/commit
Handle ap_discard_request_body() being called more than once.
authorJeff Trawick <trawick@apache.org>
Mon, 19 Mar 2001 21:54:57 +0000 (21:54 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 19 Mar 2001 21:54:57 +0000 (21:54 +0000)
commit9b13772f8797ed967cefdfefc09a4f219eeba63a
tree2ee6faf18163bb18187da1a39778112c58488519
parent8a8f51f8c059ea6d600a2b9d2613605558ec8105
Handle ap_discard_request_body() being called more than once.

Add a debug assertion to verify that c->remain is zero when a new
request starts.  ap_http_filter() does the wrong thing otherwise.

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