summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2017-12-25 20:37:55 -0800
committerAman Gupta <aman@tmm1.net>2017-12-26 14:53:19 -0800
commit1dd82edea5ab689f9a94e14cb2cf6d382cbf9ee6 (patch)
tree9219d44099cae636f80a858bc85ab549c6b0dbc3 /libavcodec
parent039007c928b4207b8bdde31c80c57dc7b917dd2f (diff)
avformat/hls: enable http_multiple only for http/1.1 servers
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: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'libavcodec')
0 files changed, 0 insertions, 0 deletions