Open
Bug 1804052
Opened 3 years ago
Transaction retries are not visible in devtools
Categories
(DevTools :: Netmonitor, enhancement)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
Details
The nsHttpTransaction implementation will automatically retry some requests (for example, when receiving a 408 response). These are not visible to the devtools, as devtools only gets notifications from nsHttpChannel. Fixing this requires work from both necko and devtools, but the issue is similar to the missing authentication requests.
Honza
You need to log in
before you can comment on or make changes to this bug.
Description
•