On Wed, Sep 2, 2015 at 4:04 PM, Eric Covener <[email protected]> wrote: > On Wed, Sep 2, 2015 at 10:01 AM, Stefan Eissing > <[email protected]> wrote: >> Hmm. Is the >> ap_hook_handler(core_upgrade_handler,NULL,NULL,APR_HOOK_REALLY_FIRST); >> called for requests that mod_proxy_wstunnel makes against a backend? > > yes, the guts of mod_proxy is just a handler, so this would run before that.
Maybe core_upgrade_handler could check if the Upgrade's protocol is in Protocols, and do nothing otherwise...
