https://bz.apache.org/bugzilla/show_bug.cgi?id=65294
Eric Covener <cove...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #4 from Eric Covener <cove...@gmail.com> --- This release also makes mod_proxy_wstunnel defer to mod_proxy_http for tunneling. It looks like there is no way to opt-out to run a quick test. If you can patch again, the feedback would help: Index: modules/proxy/mod_proxy_wstunnel.c =================================================================== --- modules/proxy/mod_proxy_wstunnel.c (revision 1889680) +++ modules/proxy/mod_proxy_wstunnel.c (working copy) @@ -23,11 +23,12 @@ static int proxy_wstunnel_check_trans(request_rec *r, const char *url) { +#if 0 if (fallback_to_mod_proxy_http) { ap_log_rerror(APLOG_MARK, APLOG_TRACE5, 0, r, "check_trans fallback"); return DECLINED; } - +#endif if (ap_cstr_casecmpn(url, "ws:", 3) != 0 && ap_cstr_casecmpn(url, "wss:", 4) != 0) { running both versions w/ loglevel trace8 would be helpful. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org