diff options
author | Jean-Frederic Clere <jfclere@apache.org> | 2017-04-20 19:07:32 +0200 |
---|---|---|
committer | Jean-Frederic Clere <jfclere@apache.org> | 2017-04-20 19:07:32 +0200 |
commit | 61ca36599d3bdedb89221508c16e888f3e9e107d (patch) | |
tree | cb204949ef25d82f4220ed20b06449434df019ce /CHANGES | |
parent | PR61009: be as helpful as possible during -V operation (diff) | |
download | apache2-61ca36599d3bdedb89221508c16e888f3e9e107d.tar.xz apache2-61ca36599d3bdedb89221508c16e888f3e9e107d.zip |
Add upgrade parameter to mod_proxy_wstunnel.
That allows to upgrade to jboss-remoting for example
or to run an HTTP/1.1 backend that needs to upgrade to
WebSocket.
See also:
https://issues.jboss.org/browse/JBCS-254
https://issues.jboss.org/browse/JBCS-291
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_proxy_wstunnel: Add "upgrade" parameter to allow upgrade to other + protocols. [Jean-Frederic Clere] + *) mod_substitute: Fix spurious AH01328 (Line too long) errors on EBCDIC systems. [Eric Covener] |