Open
Bug 1322272
Opened 8 years ago
Updated 2 years ago
consider making nsPipe use Maybe<uint32_t> to track write segment position
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: bkelly, Unassigned)
Details
Forked from code review feedback in bug 1134372 comment 24. Currently nsPipe has an int32_t mWriteSegment value that tracks the current buffer being written to. It uses -1 as a sentinal indicating there is no buffer yet. This could be changed to a Maybe<uint32_t> instead.
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•