Closed
Bug 1805480
Opened 3 years ago
Closed 3 months ago
RTCDtlsTransport.state is not being marked closed on transports we don't end up using
Categories
(Core :: WebRTC: Networking, defect, P2)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
This is causing a failure in bundle.https.html
We mark these closed if the transceiver is closed, but not when we stop using them because of bundle negotiation or ICE restart. Not a huge bug, but we should fix.
| Assignee | ||
Comment 1•6 months ago
|
||
| Assignee | ||
Comment 2•6 months ago
|
||
This might interact with bug 1339203, because that also deals with how many transports we open.
| Assignee | ||
Updated•3 months ago
|
Assignee: nobody → docfaraday
| Assignee | ||
Comment 3•3 months ago
|
||
| Assignee | ||
Comment 4•3 months ago
|
||
This is such a tiny amount of information to keep around, much smaller
than other things (eg; SDP history).
Depends on D304311
Pushed by bcampen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/7bade2a8d77a
https://hg.mozilla.org/integration/autoland/rev/58054f912ab5
Fire closed updates for transports that are torn down, even if they were never active. r=mjf
https://github.com/mozilla-firefox/firefox/commit/496c6dadb87d
https://hg.mozilla.org/integration/autoland/rev/2e7df98a28a3
Remove the cache-clearing side effect of TS_NONE. r=mjf
Comment 6•3 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/58054f912ab5
https://hg.mozilla.org/mozilla-central/rev/2e7df98a28a3
Status: NEW → RESOLVED
Closed: 3 months ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c154/b153]
You need to log in
before you can comment on or make changes to this bug.
Description
•