Closed
Bug 1373636
Opened 8 years ago
Closed 8 years ago
Even enable RCWN, should be a range request in test_partially_cached_content.html
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
RESOLVED
INVALID
People
(Reporter: CuveeHsu, Assigned: CuveeHsu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
2.32 KB,
text/plain
|
Details |
This bug is from the failure netwerk/test/mochitests/test_partially_cached_content.html
STR
1. apply the patch to enable RCWN
2. run the mochitest netwerk/test/mochitests/test_partially_cached_content.html
In the test, firstly we send a request and server responds a partial response.
After that, we send another request.
However, it's a normal request (i.e., no Range, If-Range header)
instead of a range request or a racing.
Another bug is:
we see the range header in the Network devtool, but it's wrong.
NSPR log shows the second request is without Range header.
| Assignee | ||
Comment 1•8 years ago
|
||
Oops, the story is
1) it actually races. I wrongly judged since bug 1373656.
2) the headers in net-monitor is different from the one sent.
Assignee: nobody → juhsu
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•