Closed Bug 1940723 Opened 1 year ago Closed 1 year ago

Make Http3ProxyServer handle multiple connections

Categories

(Core :: Networking: HTTP, task, P2)

task

Tracking

()

RESOLVED FIXED
136 Branch
Tracking Status
firefox136 --- fixed

People

(Reporter: kershaw, Assigned: kershaw)

References

Details

(Whiteboard: [necko-triaged] [necko-priority-queue])

Attachments

(1 file)

The test failure in bug 1933428, comment #c12 occurs because the Http3ProxyServer uses StreamId as the key to store streams. However, when the server handles multiple connections simultaneously, different streams across these connections may have the same StreamId. As a result, the server cannot correctly manage and differentiate between these streams, leading to the test failure.

Assignee: nobody → kershaw
Pushed by kjang@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b8b948612acb Utilize Stream Hashes as Keys in Http3ProxyServer, r=mxinden,necko-reviewers,valentin
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: