Open
Bug 980024
Opened 11 years ago
Updated 3 years ago
Loads using longer period idle connections should race with new connections
Categories
(Core :: Networking: HTTP, defect, P5)
Core
Networking: HTTP
Tracking
()
NEW
People
(Reporter: mayhemer, Unassigned)
Details
(Whiteboard: [necko-would-take])
It takes some time to discover idle connections are dead. The keep alive mechanism has its drawbacks and may not detect all drops. The idea is to use an idle connection but also open a new one and do the request on it (once it's open) as well. It may happen that the resource will sooner arrive on the new connection.
Telemetry and some AI may be in place here. If IDLE conns win all the time, opening new conns is waste for the network/host.
This is somewhat complementary to bug 980021.
Updated•9 years ago
|
Whiteboard: [necko-would-take]
Comment 1•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•