Open
Bug 1830230
Opened 2 years ago
Updated 3 months ago
Server sent events not displayed in the Network panel
Categories
(DevTools :: Netmonitor, defect, P2)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regressionwindow-wanted)
Attachments
(2 files)
STR:
- Copy the attached PHP and HTML files into your webserver
- Load the
index.html
file in Firefox. - The page should show "Server Time". The time should be updated every second.
- Open DevTools and select the Network panel. Realod the page.
- Select the
server.php
request - Select the Response panel, events are not displayed => BUG
Expected Result:
Server side events should be displayed in the Response tab.
Tested also in Chrome DevTools and it works, I can see the events.
Honza
Reporter | ||
Comment 1•2 years ago
|
||
Reporter | ||
Comment 2•2 years ago
|
||
Reporter | ||
Updated•2 years ago
|
Blocks: netmonitor-sse-inspector
Reporter | ||
Updated•2 years ago
|
Keywords: regressionwindow-wanted
Updated•2 years ago
|
Summary: Server side events not displayed in the Network panel → Server sent events not displayed in the Network panel
Comment 3•2 years ago
•
|
||
Thanks for reporting Honza.
This is likely related to Bug 1773181. The BUG here is that showing of the messages in response panel and the header information in headers panel are all blocked until the SSE channel for that request is closed.
In the STR above it never closes so we won't get those messages. I think that was the behaviour from when it was implemented, we should fix and show the messages as they come in.
Since its completely blocking the panels, i think we should prioritize fix.
i'll take a look
Updated•2 years ago
|
QA Whiteboard: [qa-regression-triage]
You need to log in
before you can comment on or make changes to this bug.
Description
•