Closed Bug 1562887 Opened 5 years ago Closed 5 years ago

Idle h2 proxy tunnels carrying h1 traffic should timeout shortly (similarly to h1 connections)

Categories

(Core :: Networking: HTTP, defect, P3)

defect

Tracking

()

RESOLVED WONTFIX
Tracking Status
firefox69 --- affected
firefox70 --- affected

People

(Reporter: mayhemer, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [necko-triaged][secure-proxy][skyline])

Because otherwise we keep too many open streams and hit bug 1562885.

When the target https server is talking h1 only, this is particularly painful. When there are e.g. 8 requests, 6 go out each on its own tunnel. The other 2 are queued. Then we wait for a tunnel close, not a tunnel becoming idle.

Priority: -- → P3
Summary: Unused h2 proxy streams should timeout shortly → Idle h2 proxy tunnels carrying h1 traffic should timeout shortly (similarly to h1 connections)
Whiteboard: [necko-triaged][secure-proxy-skyline]
Whiteboard: [necko-triaged][secure-proxy-skyline] → [necko-triaged][secure-proxy][skyline]

There is no need. Parallelism is usually very high. We will queue streams over the limit and after fixing bug 1563027 this will no longer be an issue.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.