You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/01/11 19:35:53 UTC

svn propchange: r1851093 - svn:log

Author: jailletc36
Revision: 1851093
Modified property: svn:log

Modified: svn:log at Fri Jan 11 19:35:53 2019
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jan 11 19:35:53 2019
@@ -1,3 +1,11 @@
-LanguagePriority should be case-insensitive in order to match AddLanguage behavior. PR 39730
+Fix websocket proxy over UDS.
 
-Test case  added in r1850983
+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>