Closed
Bug 1266468
Opened 9 years ago
Closed 9 years ago
Assertion in nr_ice_media_stream_start_checks caused by incoming STUN request after ICE failure
Categories
(Core :: WebRTC: Networking, defect)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
Details
Attachments
(1 file)
MozReview Request: Bug 1266468: Respond to STUN requests with 400 if the component is failed. r?drno
58 bytes,
text/x-review-board-request
|
drno
:
review+
|
Details |
We have a few approaches we could use:
1) Deregister the STUN server when the component fails
- Request is silently discarded
2) Remove the assertion
- Request gets a 400 response (I think)
3) Check that the component is not failed earlier on
- Lets us send whatever error code we want
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/48215/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/48215/
Attachment #8743973 -
Flags: review?(drno)
Comment 2•9 years ago
|
||
Comment on attachment 8743973 [details]
MozReview Request: Bug 1266468: Respond to STUN requests with 400 if the component is failed. r?drno
https://reviewboard.mozilla.org/r/48215/#review44913
Attachment #8743973 -
Flags: review?(drno) → review+
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•