Closed
Bug 1670627
Opened 4 years ago
Closed 4 years ago
Missing Status for some HTTP requests
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(Fission Milestone:M7, firefox83 fixed)
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: Honza, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
STR:
- Load http://janodvarko.cz/tests/fission/case1/index.html
- Open DevTools and select the Network panel
- Click the Reload button
- Check out all requests. Some requests look like not completed (e.g. it doesn’t have a Status)
There are many exceptions in the Browser Console, for example: Error: Unexpected packet null, {"from":"server1.conn0.windowGlobal4294967299/frameTarget1","error":"noSuchActor","message":"No such actor for ID: server1.conn0.windowGlobal4294967299/frameTarget1"}
Honza
Reporter | ||
Comment 1•4 years ago
|
||
Alex, can you reproduce this?
Should we move to MVP?
Honza
Flags: needinfo?(poirot.alex)
Assignee | ||
Comment 2•4 years ago
|
||
I seem to only see this issue with devtools.testing.enableServerWatcherSupport
enabled.
Reporter | ||
Comment 3•4 years ago
|
||
Moved to MVP (per offline discussion with Alex)
Honza
Whiteboard: dt-fission-m2-reserve → dt-fission-m2-mvp
Comment 4•4 years ago
|
||
Tracking dt-fission-m2-mvp bugs for Fission Beta milestone (M7).
Fission Milestone: --- → M7
Reporter | ||
Comment 5•4 years ago
|
||
Another simple test scenario is here:
- Load http://janodvarko.cz/test/websockets/
- Open DevTools & Network panel
- Create WS connection
- The 101 status is not there => BUG
Honza
Assignee | ||
Comment 6•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d2f3a3e56047
[devtools] Pass the updateType to the data provider on the resource update event r=Honza
Comment 8•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Updated•4 years ago
|
Flags: needinfo?(poirot.alex)
You need to log in
before you can comment on or make changes to this bug.
Description
•