DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37352>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37352





------- Additional Comments From [EMAIL PROTECTED]  2005-11-11 22:57 -------
proxy_run_FOO (like ap_run_FOO) is a macro.  

The guts are down in srclib/apr-util/include/apr_hooks.h.

Essentially this macro should call functions which have been registered via
proxy_hook_scheme_handler() (also such a macro).

$ grep proxy_hook_scheme_handler *.c
proxy_connect.c:    proxy_hook_scheme_handler(ap_proxy_connect_handler, NULL, NU
LL, APR_HOOK_MIDDLE);
proxy_ftp.c:    proxy_hook_scheme_handler(ap_proxy_ftp_handler, NULL, NULL, APR_
HOOK_MIDDLE);
proxy_http.c:    proxy_hook_scheme_handler(ap_proxy_http_handler, NULL, NULL, AP
R_HOOK_FIRST);

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to