]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.
authorYann Ylavic <ylavic@apache.org>
Thu, 3 Dec 2020 14:06:17 +0000 (14:06 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 3 Dec 2020 14:06:17 +0000 (14:06 +0000)
commitb288fac3b5bf3e288dfe1aaff2ae8089cff6b468
treeb9ac0c07114c66b14547998d31fa61f8a070a7b7
parent85e14bcafa722014546035722ab4743f0f5db577
mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.

Export ap_proxy_prefetch_input(), ap_proxy_spool_input() and
ap_proxy_read_input() from mod_proxy_http to mod_proxy.h/proxy_util.c so
that they are usable by all proxy modules.

mod_proxy_fcgi will use them in a following commit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884067 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_http.c
modules/proxy/proxy_util.c