Closed
Bug 15084
Opened 25 years ago
Closed 25 years ago
OnDataAvailable should pass a non-blocking input stream
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: warrensomebody, Assigned: warrensomebody)
Details
OnDataAvailable should pass a non-blocking input stream. That way if someone
trys to read more than the amount available, they'll get the WOULD_BLOCK
exception rather than blocking.
This change needs to be made in the file and socket transports.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13
Assignee | ||
Updated•25 years ago
|
Summary: OnDataAvailable should pass a non-blocking input stream
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13 → M11
Assignee | ||
Comment 1•25 years ago
|
||
Moving this fix up to m11.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
Checked in.
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
You need to log in
before you can comment on or make changes to this bug.
Description
•