Open
Bug 1930638
Opened 3 days ago
Updated 3 days ago
When running upload/download test, make sure a clean connection is used in each run
Categories
(Core :: Networking, task, P2)
Core
Networking
Tracking
()
NEW
People
(Reporter: kershaw, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Currently, when running upload/download tests, the HTTP/3 connection is only created during the first run and is reused for subsequent runs. As a result, internal settings (e.g., cwnd) for the connection are not reset between runs. To ensure consistency across runs, we should aim to create a new connection for each test run.
Assignee | ||
Comment 1•3 days ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•