MCPcopy Create free account
hub / github.com/apache/httpd / proxy_wstunnel_post_config

Function proxy_wstunnel_post_config

modules/proxy/mod_proxy_wstunnel.c:477–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477static int proxy_wstunnel_post_config(apr_pool_t *pconf, apr_pool_t *plog,
478 apr_pool_t *ptemp, server_rec *s)
479{
480 can_fallback_to_proxy_http =
481 (ap_find_linked_module("mod_proxy_http.c") != NULL);
482
483 return OK;
484}
485
486static const command_rec ws_proxy_cmds[] =
487{

Callers

nothing calls this directly

Calls 1

ap_find_linked_moduleFunction · 0.85

Tested by

no test coverage detected