Closed
Bug 1824243
Opened 2 years ago
Closed 2 years ago
WebTransport object must be kept alive if any dependent objects are alive
Categories
(Core :: DOM: Networking, task, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: jesup, Assigned: jesup)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
WebTransportSendStream and ReceiveStream need to hold references to WebTransport. We also need to ensure they take part in cycle collection.
Forcing WebTransport to close on unload will be handled in a separate bug
Updated•2 years ago
|
Severity: -- → N/A
Type: defect → task
Priority: -- → P2
Whiteboard: [necko-triaged]
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D173525
Updated•2 years ago
|
Assignee: nobody → rjesup
Status: NEW → ASSIGNED
Pushed by rjesup@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/62fb1fddebde
Ensure WebTransport object remains alive while any dependent streams are alive r=smaug
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•