post didn't show request in network pannel in web develop tool when didn't get response
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(firefox150 fixed)
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: walkerxk, Assigned: leo)
References
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0
Steps to reproduce:
I open network pannel in web develop tool to show the request,and I post something to a url
Actual results:
post didn't show request in network pannel in web develop tool when firefox have not get the response, when it get the response, the request is show.
Expected results:
when request is sent, the request should show in the request panel
Comment 1•4 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Netmonitor' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•4 months ago
|
||
(from reporter's attachment)
Comment 3•4 months ago
|
||
Comment 4•4 months ago
|
||
Based on the screenshots, the issue seems to specifically be that we are not showing the request post data before the response is received.
Comment 5•4 months ago
|
||
Bomsy, can you check if the data is ready to be sent with earlier events?
Comment 6•4 months ago
|
||
We only start sending events when the response starts, we need to send an event if/when we have the post data for the request.
Leo is handling it.
| Assignee | ||
Comment 7•4 months ago
|
||
Comment 9•3 months ago
|
||
| bugherder | ||
Updated•2 months ago
|
Description
•