Closed
Bug 1184226
Opened 10 years ago
Closed 10 years ago
Peers that refuse to provide a client certificate cause assertion in TransportShutdown
Categories
(Core :: WebRTC: Networking, defect)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: mt, Assigned: mt)
Details
Attachments
(2 files)
This isn't a problem outside of debug builds, where it causes a crash, but we should handle this more gracefully.
| Assignee | ||
Comment 1•10 years ago
|
||
Bug 1184226 - Updating transportlayerdtls logging levels, r?ekr
Attachment #8634283 -
Flags: review?(ekr)
| Assignee | ||
Comment 2•10 years ago
|
||
Bug 1184226 - Disabling write on shutdown, r?ekr
Attachment #8634284 -
Flags: review?(ekr)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → martin.thomson
Comment 3•10 years ago
|
||
https://reviewboard.mozilla.org/r/13367/#review12001
LGTM with nit fixed
::: media/mtransport/transportlayerdtls.h:38
(Diff revision 1)
>
> void PacketReceived(const void *data, int32_t len);
> int32_t Recv(void *buf, int32_t buflen);
> int32_t Write(const void *buf, int32_t length);
> + void SetEnabled(bool ena) { enabled_ = ena; }
NIT: bool enabled
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/5b33e3287066
https://hg.mozilla.org/mozilla-central/rev/c82d87f445e3
https://hg.mozilla.org/mozilla-central/rev/af0cd6e1245c
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Comment 7•10 years ago
|
||
Comment on attachment 8634283 [details]
MozReview Request: Bug 1184226 - Updating transportlayerdtls logging levels, r?ekr
This has already been reviewed and landed
Attachment #8634283 -
Flags: review?(ekr)
Comment 8•10 years ago
|
||
Comment on attachment 8634284 [details]
MozReview Request: Bug 1184226 - Disabling write on shutdown, r?ekr
This has already been reviewed and landed
Attachment #8634284 -
Flags: review?(ekr)
You need to log in
before you can comment on or make changes to this bug.
Description
•