]> granicus.if.org Git - apache/commit
ap_discard_request_body: exit without reading the body if
authorGreg Ames <gregames@apache.org>
Mon, 24 Jun 2002 17:06:19 +0000 (17:06 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 24 Jun 2002 17:06:19 +0000 (17:06 +0000)
commit53ac4e241a8c1fa0b22fb7f98d21944ea3b86edb
treebf3104f0db02cd840fd803964b2c0629dd724649
parent7d5d6a2a5c4b227604e1e9857345b66ca579f9ed
ap_discard_request_body: exit without reading the body if
connection->keepalive is false.  This works in conjunction with
ap_die which resets connection->keepalive any time
ap_status_drops_connection is true.  The latter is explicity tested
here in case ap_die isn't involved.

Submitted by:   Justin Erenkrantz, Greg Ames

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