[socket process] Fix HTTP cache data writing
Categories
(Core :: Networking: HTTP, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox65 | --- | affected |
People
(Reporter: dragana, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
Please coordinate with bug 1497245.
Assignee | ||
Comment 2•6 years ago
|
||
I check our current code again. We did already send the data to parent process at [1].
To see if cache is really working, I also did a simple local test.
Test steps:
- Open network panel.
- Go to example.com.
- Load example.com again and see if the response is from cache.
The result shows that cache should be working.
Dragana, do you think are there other things we should do for cache?
[1] https://hg.mozilla.org/projects/larch/file/tip/netwerk/protocol/http/HttpTransactionChild.cpp#l342
Reporter | ||
Comment 3•6 years ago
|
||
(In reply to Kershaw Chang [:kershaw] from comment #2)
I check our current code again. We did already send the data to parent process at [1].
To see if cache is really working, I also did a simple local test.
Test steps:
- Open network panel.
- Go to example.com.
- Load example.com again and see if the response is from cache.
The result shows that cache should be working.
Dragana, do you think are there other things we should do for cache?
[1] https://hg.mozilla.org/projects/larch/file/tip/netwerk/protocol/http/HttpTransactionChild.cpp#l342
no. thanks for checking.
Description
•