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)

defect

Tracking

()

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.
Whiteboard: [necko-would-take]
Priority: -- → P5
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.