]> granicus.if.org Git - apache/commit
Fix websocket proxy over UDS.
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 11 Jan 2019 19:31:43 +0000 (19:31 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 11 Jan 2019 19:31:43 +0000 (19:31 +0000)
commit351107bc8d378e794b295b0f58246274cb995c74
treeafbc18212753bb0b03f4d35bcc1116a8721a5c82
parent34738c56dfb04537353ce1501ea409cf40db43ec
Fix websocket proxy over UDS.

configuration example:
<Location "/apis">
ProxyPass unix:/var/run/unix.sock|ws://127.0.0.1/api
</Location>

Currently 'ap_proxy_get_worker()' can't get matched pre-defined worker because
of different uri formatting in 'proxy_wstunnel_canon()' and ap_proxy_define_worker()'

PR 62932 <pavel dcmsys.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851093 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/mod_proxy_wstunnel.c