]> granicus.if.org Git - apache/commit
core: don't send EOR bucket through request filters.
authorYann Ylavic <ylavic@apache.org>
Tue, 30 Jan 2018 02:00:33 +0000 (02:00 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 30 Jan 2018 02:00:33 +0000 (02:00 +0000)
commitc73d594ccc91a0647acfae324f53c2fab45547c3
tree674b9a1ac22bb7b43041dac55c0a71e79908541c
parent106d0761c06ac39bdc16d139d356eebc83a8ff62
core: don't send EOR bucket through request filters.

The core request filter is the only one which should take care of it.
In theory the other request filters should have bailed out on EOS already,
but that's not always the case (and even less the case on error).
So be safe by not sending them a bucket which may destroy the request (and
their brigade) underneath them.

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