Open
Bug 711883
Opened 9 years ago
Updated 4 years ago
HttpBaseChannel::ExplicitSetUploadStream defeats DEFER_OPEN optimization for file streams by calling Available on the main thread
Categories
(Core :: Networking: HTTP, defect, P3)
Core
Networking: HTTP
Tracking
()
NEW
People
(Reporter: khuey, Unassigned)
References
Details
(Whiteboard: [Snappy:P2][necko-backlog])
It looks like all the initialization in this method could be moved off the main thread.
Reporter | ||
Updated•9 years ago
|
Whiteboard: [Snappy]
Updated•9 years ago
|
Whiteboard: [Snappy] → [Snappy:P2]
Updated•5 years ago
|
Whiteboard: [Snappy:P2] → [Snappy:P2][necko-backlog]
Comment 1•4 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•4 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•