Closed
Bug 1405976
Opened 7 years ago
Closed 7 years ago
PartiallySeekableInputStream should take the ownership of the underlying stream
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(1 file)
6.50 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
This is needed to avoid the use of the underlying stream after the wrapping.
Unfortunately this is not particularly useful in HttpBaseChannel::ExplicitSetUploadStream because it receives just a regular pointer and not a smart one.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8915497 -
Flags: review?(kyle)
Updated•7 years ago
|
Attachment #8915497 -
Flags: review?(kyle) → review+
Updated•7 years ago
|
Priority: -- → P3
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/09796501dad6
PartiallySeekableInputStream must take the ownership of the underlying stream, r=qdot
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
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
•