mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00

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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910507 13f79535-47bb-0310-9956-ffa450edef68
10 lines
611 B
Plaintext
10 lines
611 B
Plaintext
*) 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] |