summaryrefslogtreecommitdiffstats
path: root/changes-entries/h2_websockets.txt
blob: 0f2bc715da0e204de4b96f9e5d11e003efb131f5 (plain)
1
2
3
4
5
6
7
8
9
10
  *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as
     described in RFC 8441. A new directive 'H2WebSockets on|off' has been
     added. The feature is by default not enabled.
     As also discussed in the manual, this feature should work for setups
     using "ProxyPass backend-url upgrade=websocket" without further changes.
     Special server modules for WebSockets will have to be adapted,
     most likely, as the handling if IO events is different with HTTP/2.
     HTTP/2 WebSockets are supported on platforms with native pipes. This
     excludes Windows.
     [Stefan Eissing]