1. 02 Jan, 2018 3 commits
  2. 01 Jan, 2018 5 commits
  3. 31 Dec, 2017 5 commits
  4. 30 Dec, 2017 3 commits
  5. 29 Dec, 2017 7 commits
  6. 28 Dec, 2017 8 commits
  7. 27 Dec, 2017 8 commits
  8. 26 Dec, 2017 1 commit
    • Aman Gupta's avatar
      avformat/hls: enable http_multiple only for http/1.1 servers · 1dd82ede
      Aman Gupta authored
      Some http/1.0 implementations, like python's SimpleHTTPServer, can only support one client connection at a time. Making a second request while the first is still connected leads to a deadlock.
      
      This change enables multiple connections for http/1.1 servers only, which need to support keepalive by default and should have no problem with concurrent requests.
      Signed-off-by: 's avatarAman Gupta <aman@tmm1.net>
      1dd82ede