Closed
Bug 329559
Opened 20 years ago
Closed 20 years ago
nsSocketInputStream::Available is not implemented properly
Categories
(Core :: Networking, defect, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
Attachments
(1 file, 1 obsolete file)
|
1.09 KB,
patch
|
Biesinger
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
nsSocketInputStream::Available is not implemented properly
For one thing, it should not throw NS_BASE_STREAM_WOULD_BLOCK, and it should be possible to use it to determine if the stream is closed.
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla1.9alpha
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #214308 -
Flags: superreview?(bzbarsky)
Attachment #214308 -
Flags: review?(cbiesinger)
| Assignee | ||
Comment 2•20 years ago
|
||
It helps to upload the correct file ;-)
Attachment #214308 -
Attachment is obsolete: true
Attachment #214309 -
Flags: superreview?(bzbarsky)
Attachment #214309 -
Flags: review?(cbiesinger)
Attachment #214308 -
Flags: superreview?(bzbarsky)
Attachment #214308 -
Flags: review?(cbiesinger)
Updated•20 years ago
|
Attachment #214309 -
Flags: superreview?(bzbarsky) → superreview+
Updated•20 years ago
|
Attachment #214309 -
Flags: review?(cbiesinger) → review+
| Assignee | ||
Comment 3•20 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•