Open
Bug 1878505
Opened 1 years ago
Updated 1 month ago
Speculative connect waiting for HTTPS RR resolution might create extra connection
Categories
(Core :: Networking: HTTP, task, P2)
Core
Networking: HTTP
Tracking
()
NEW
People
(Reporter: valentin, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
It seems when HTTPS RR is enabled, a speculative connection that waits to receive a HTTPS response will receive it after the actual connection is established, leading to an extra connection being established.
Whiteboard: [necko-triaged][necko-priority-new] → [necko-triaged][necko-priority-next]
Reporter | ||
Comment 1•1 years ago
|
||
See https://phabricator.services.mozilla.com/D200787
Running it with native_https set to true will intermittently fail the test.
Updated•1 year ago
|
Flags: needinfo?(kershaw)
Comment 2•1 month ago
|
||
I'll try to address this with Happy Eyeballs project.
Blocks: 1953459
Severity: S3 → N/A
Flags: needinfo?(kershaw)
Whiteboard: [necko-triaged][necko-priority-next] → [necko-triaged]
You need to log in
before you can comment on or make changes to this bug.
Description
•