Open
Bug 1876271
Opened 2 years ago
Updated 4 months ago
rfc9220 WebSocket over http/3
Categories
(Core :: Networking: WebSockets, enhancement, P3)
Core
Networking: WebSockets
Tracking
()
NEW
People
(Reporter: manuel, Unassigned)
Details
(Whiteboard: [necko-triaged])
rfc9220 "Bootstrapping WebSockets with HTTP/3" was finalized in June 2022. This helps with websites that are served over HTTP/3 and establish a WebSocket connection. They then can reuse the existing H3 connection and reduce the connection establishment time.
There is probably a need for fallback mechanisms to avoid bugs similar to Bug 1623501.
Comment 1•4 months ago
|
||
Hi everybody,
is there any activities for this request ? I tried to implement websockets over http3 support, but browsers don't support it now. At least one obvious reason to implement this feature is QUIC's ability to seamless network switch.
You need to log in
before you can comment on or make changes to this bug.
Description
•