]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow ap_discard_request_body to be called multiple times in the
authorRyan Bloom <rbb@apache.org>
Tue, 4 Jun 2002 18:50:13 +0000 (18:50 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 4 Jun 2002 18:50:13 +0000 (18:50 +0000)
commit916940b89544852f480349b0473486cba87188fd
tree4606eee4feb32260935b893135b71a4a7cd0ffc1
parent5003e52389445be00f06ec7290333f20f34f488e
Allow ap_discard_request_body to be called multiple times in the
same request.  Essentially, ap_http_filter keeps track of whether
it has sent an EOS bucket up the stack, if so, it will only ever
send an EOS bucket for this request.

Submitted by: Ryan Bloom, Justin Erenkrantz, Greg Stein

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