Change #239953
Category | ffmpeg |
Changed by | Timo Rothenpieler <timo | @rothenpieler.org>
Changed at | Thu 17 Jul 2025 02:20:34 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | 95eae5dd507f8922250bede2ef4aef95efab1afb |
Comments
avformat/tls_openssl: unset nonblock flag on correct URLContext during dtls handshake The internal BIO functions do not in fact look at this flag, only the outer tls_read and tls_write functions do.
Changed files
- libavformat/tls_openssl.c