Closed
Bug 1147850
Opened 10 years ago
Closed 10 years ago
Cache should not do blocking IO on STS
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: bkelly, Unassigned)
Details
It was recently raised on dev-platform that we should not be doing blocking IO on STS:
https://groups.google.com/forum/#!topic/mozilla.dev.platform/v2MePAm0YFQ
We need to fix this in Cache.
Reporter | ||
Comment 1•10 years ago
|
||
It would be nice to use whatever solution is created for bug 990804, but it likely won't be ready in time.
Depends on: 990804
Comment 2•10 years ago
|
||
Please don't use the "STS" abbreviation, specify the full name, since the first "S" may mean Socket and Stream as well. We have both and both are very different.
Flags: needinfo?(bkelly)
Comment 3•10 years ago
|
||
Cache uses the *socket* transport service, so this should be moot.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Comment 4•10 years ago
|
||
Just to clarify comment 3, Cache uses Stream transport service, not socket.
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•