| 475 | } |
| 476 | |
| 477 | static 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 | |
| 486 | static const command_rec ws_proxy_cmds[] = |
| 487 | { |
nothing calls this directly
no test coverage detected