]> granicus.if.org Git - apache/commit
http: LimitRequestBody applies to proxied requests.
authorYann Ylavic <ylavic@apache.org>
Fri, 20 Apr 2018 09:46:51 +0000 (09:46 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 20 Apr 2018 09:46:51 +0000 (09:46 +0000)
commita3eef41ea5a4465ec320cf906e72eaa625ea5764
tree8cd9c7de05ceaaed71d19ccfa83088ce081b52a6
parent9cf83a220a61e8478cac90e899aea81b0cacac49
http: LimitRequestBody applies to proxied requests.

If f->r->proxyreq is PROXYREQ_PROXY or PROXYREQ_REVERSE in ap_http_filter(),
we are still handling the request, not the response where LimitRequestBody
does not apply.

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