]> granicus.if.org Git - apache/commit
core: set ap_request_core_filter() last.
authorYann Ylavic <ylavic@apache.org>
Tue, 31 Jul 2018 10:50:18 +0000 (10:50 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 31 Jul 2018 10:50:18 +0000 (10:50 +0000)
commit687e1d8dab207588f413576173ccd08cb72c237a
treec08fb7bbcc31660a3abd25c258a4d436ae68d491
parent352e0faebcdcaf8fc8bb79d30cbd2fe0a34962dd
core: set ap_request_core_filter() last.

Since it may retain data and should run after other "request" filters, use
the last possible position for a "request" filter: AP_FTYPE_CONNECTION - 1.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837131 13f79535-47bb-0310-9956-ffa450edef68
server/core.c