Closed
Bug 1940723
Opened 1 year ago
Closed 1 year ago
Make Http3ProxyServer handle multiple connections
Categories
(Core :: Networking: HTTP, task, P2)
Core
Networking: HTTP
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 | ||
Updated•1 year ago
|
Assignee: nobody → kershaw
| Assignee | ||
Comment 1•1 year ago
|
||
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
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•