Closed
Bug 1914561
Opened 6 months ago
Closed 6 months ago
Avoid dumping raw HTTP/2 data
Categories
(Core :: Networking: HTTP, task, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: kershaw, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged] [necko-priority-queue])
Attachments
(1 file)
See bug 1903975 comment #5.
The socket thread spent too much time in Http2Session::LogIO, which is not helpful when analyzing performance issues.
Assignee | ||
Comment 1•6 months ago
|
||
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9714f817c4d7
Introduce HttpIO log module for logging raw data, r=necko-reviewers,valentin
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•