]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy_http: Add detach_backend hook.
authorJeff Trawick <trawick@apache.org>
Fri, 11 Apr 2014 17:07:18 +0000 (17:07 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 11 Apr 2014 17:07:18 +0000 (17:07 +0000)
commita5964a2c7997b58468c3672ed3abee69265e9609
tree53c5f07eaef6f41d2ce033990c1aa53b3b9d46e5
parent7541c671f642e3562fca1d6549b53abaf7b3b5bd
mod_proxy_http: Add detach_backend hook.

The immediate use is for a SSL-related module which works
on the backend proxy connection to be able to "leak" information
into the client r for logging.

This could be useful with other proxy scheme handlers.

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