summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2017-04-20 19:07:32 +0200
committerJean-Frederic Clere <jfclere@apache.org>2017-04-20 19:07:32 +0200
commit61ca36599d3bdedb89221508c16e888f3e9e107d (patch)
treecb204949ef25d82f4220ed20b06449434df019ce /CHANGES
parentPR61009: be as helpful as possible during -V operation (diff)
downloadapache2-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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7df69b0934..2d9f5367c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]