]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy: Add proxy check_trans hook.
authorYann Ylavic <ylavic@apache.org>
Tue, 5 Nov 2019 12:43:29 +0000 (12:43 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 5 Nov 2019 12:43:29 +0000 (12:43 +0000)
commit3d3e03a63a54bc389fac77b575044fb417707e30
treef12a13ff5c62ece1d8bb54b9081bffe881f7b4e7
parent271918c415a820b4db927d4068a42449e26a9420
mod_proxy: Add proxy check_trans hook.

This allows proxy modules to decline request handling at early stage.
Then mod_proxy_wstunnel can implement that hook to verify that an Upgrade
is requested, and otherwise hand over to mod_proxy_http.

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