Open
Bug 1996076
Opened 8 months ago
Updated 8 months ago
Pass NS_HTTP_LARGE_KEEPALIVE to neqo
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
NEW
People
(Reporter: mail, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged] )
Firefox has NS_HTTP_LARGE_KEEPALIVE:
This is e.g. set for DOH connections:
But not passed to HTTP/3 connections:
But instead for HTTP/3 we depend on a separate pref:
@Valentin, let me know if this documents our past conversation well enough. I don't think this is high priority.
Flags: needinfo?(valentin.gosu)
Comment 1•8 months ago
|
||
I think that sounds correct. Doesn't seem to be a big issue at the moment, but it would be nice if h2 and h3 handled NS_HTTP_LARGE_KEEPALIVE the same. 🤷
Blocks: QUIC
Flags: needinfo?(valentin.gosu)
You need to log in
before you can comment on or make changes to this bug.
Description
•