]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy: Add tunnel_forward hook.
authorYann Ylavic <ylavic@apache.org>
Fri, 24 Sep 2021 15:52:50 +0000 (15:52 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 24 Sep 2021 15:52:50 +0000 (15:52 +0000)
commit3d2842e915d26a226a1524db8a718c9c9e2a57bc
tree28e9e0f66789f7eedb1a198eda625aee83cb32c8
parentb44b9b6b2a4af4cd89b80190df85f67d57ecd43b
mod_proxy: Add tunnel_forward hook.

* modules/proxy/mod_proxy.h, modules/proxy/mod_proxy.c:
  Declare/implement the hook.

* modules/proxy/proxy_util.c(proxy_transfer):
  Run tunnel_forward hooks when called by the tunneling loop.
  Simpler input/output brigade cleanup on exit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893603 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/tunnel_forward_hook.txt [new file with mode: 0644]
docs/log-message-tags/next-number
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h
modules/proxy/proxy_util.c