Closed
Bug 1482528
Opened 7 years ago
Closed 6 years ago
REST CALL returns 200 directly even the Firefox can't get the response detail on devtool | Data binding Application gonna freeze until Firefox could get the rest call detail
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: vigorzjw, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
Steps to reproduce:
1. Using angular 5 (or any other data binding web application)
2. Open Network console
3. Send a get (or any CORS) rest call that return JSON response (which is used for data binding, to modify or show UI)
4. You could see the HTTP response code is 200
5. Click on the rest call you sent on the network, and then you will notice that the rest call information is hanging
(AKA, It can't get the header info, response detail, preview etc, even the rest call return me 200)
6. The UI which is binding to this rest call response gonna frozen until firefox able to get header info etc
7. BTW, Checked same rest call in chrome and other browser, and it works fine.
Actual results:
For some of rest calls, we could get rest call 200 HTTP response code almost immediately, but if you trying to get the header or json response, there are nothing show up there.
(UI got frozen for second, and CPU and memory goes up dramatically).
I have to wait, until the network console's could get the header info and response etc.
Expected results:
It should not return 200 directly, until Firefox could get the rest call detail. Otherwise, it gonna freeze the Data binding application such as angular.
Due to this, data binding applications gonna be slow on the Firefox, theoretically.
Summary: REST CALL returns 200 directly when the Firefox network can't get the response detail | Data binding Application gonna freeze for → REST CALL returns 200 directly even the Firefox network can't get the response detail | Data binding Application gonna freeze until Firefox could get the rest call detail
Summary: REST CALL returns 200 directly even the Firefox network can't get the response detail | Data binding Application gonna freeze until Firefox could get the rest call detail → REST CALL returns 200 directly even the Firefox can't get the response detail on devtool | Data binding Application gonna freeze until Firefox could get the rest call detail
Comment 1•6 years ago
|
||
Hi vigorzjw,
Could you please provide a test page or a script to test? Thanks
Component: Untriaged → Netmonitor
Flags: needinfo?(vigorzjw)
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
2019-03-06
This bug is part of a group of bugs which have had an open needinfo for at least 12 weeks.
The request for information has not been answered, and we can't move forward on the bug so we are closing it.
If the defect is still present, please reopen this bug with an updated report.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•