Open
Bug 949671
Opened 11 years ago
Updated 2 years ago
RtspChannel::AsyncOpen must respect nsIRequest contract
Categories
(Core :: Networking, defect, P3)
Core
Networking
Tracking
()
NEW
People
(Reporter: mayhemer, Unassigned)
References
Details
(Whiteboard: [necko-backlog])
Right now there are two violations:
- when the channel is canceled, there must be OnStart/OnStop pair called with the status and no actual job done
- OnStartRequest must not be called from AsyncOpen directly, but asynchronously
Updated•9 years ago
|
Whiteboard: [necko-backlog]
Comment 1•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → 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
•