Closed
Bug 74105
Opened 24 years ago
Closed 20 years ago
nsIInputStream::Close() impls need to unblock any reads
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
INVALID
Future
People
(Reporter: jud, Assigned: darin.moz)
Details
When a channel is cancelled, and the stream::Read is blocking the file transport
thread, the file transport will call Close() on the stream to unblock it's read
call, so the filetransport worker thread can unblock and clean up.
nsIInputStream implementations of Close() need to ensure that they unblock any
blocking reads they have so the file transport worker thread can free up.
Assignee | ||
Comment 1•24 years ago
|
||
please see my comments in bug 74104... i don't think we should try to solve
this problem.
Assignee | ||
Comment 4•20 years ago
|
||
marking INVALID. the code in question no longer exists.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•