mirror of https://github.com/FFmpeg/FFmpeg.git
This fixes a deadlock when using the hls demuxer's new http_persistent feature to stream a youtube live stream over HTTPS. The youtube servers are http/1.1 compliant, but return a "Connecton: close". Before this commit, the demuxer would attempt to send a new request on the partially shutdown connection and cause a deadlock in the tls protocol. Signed-off-by: Aman Gupta <aman@tmm1.net>pull/274/head
parent
1f0eaa02aa
commit
54d0ef1738
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue