Actions
Feature #3151
closedWebSockets over HTTP/2
ASK QUESTIONS IN Forums:
No
Description
WebSockets over HTTP/2
Add support for WebSockets over HTTP/2 to lighttpd core and to
- mod_cgi w/ config: cgi.upgrade = "enable"
- mod_proxy w/ config: proxy.header += ("upgrade" => "enable")
- mod_wstunnel
HTTP/2 CONNECT extension defined in RFC8441 is translated to HTTP/1.1 'Upgrade: websocket' requests to mod_cgi or mod_proxy, and is handled directly in mod_wstunnel.
Reference:
Bootstrapping WebSockets with HTTP/2
https://datatracker.ietf.org/doc/html/rfc8441
Updated by gstrauss over 2 years ago
Development patches can be found on https://git.lighttpd.net/lighttpd/lighttpd1.4/src/branch/personal/gstrauss/master
Simple testing appear to work.
Updated by gstrauss over 2 years ago
- Status changed from Patch Pending to Fixed
Applied in changeset 5d1aa5d06f1dcae64481c142f7daaa0b08aee8d3.
Actions
Also available in: Atom