#2206 closed defect (fixed)
Avoid calling SSL_shutdown() in DTLS media transport if handshake isn't completed yet
Reported by: | ming | Owned by: | ming |
---|---|---|---|
Priority: | normal | Milestone: | release-2.9 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Calling SSL_shutdown() in DTLS media transport if handshake isn't completed will give the following error:
SSL SSL_ERROR_SSL (Read): Level: 0 err: <336462231> <SSL routines-SSL_shutdown-shutdown while in init> len: 4000
This is similar to what's reported in r5648.
Change History (2)
comment:1 Changed 6 years ago by ming
- Owner set to ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 6 years ago by ming
In 6017:
Note: See
TracTickets for help on using
tickets.
In 6016: