summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
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 /doc/demuxers.texi
parent039007c928b4207b8bdde31c80c57dc7b917dd2f (diff)
downloadffmpeg-1dd82edea5ab689f9a94e14cb2cf6d382cbf9ee6.tar.gz
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 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 81ab399cdc..6080167233 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -323,7 +323,7 @@ Enabled by default.
@item http_multiple
Use multiple HTTP connections for downloading HTTP segments.
-Enabled by default.
+Enabled by default for HTTP/1.1 servers.
@end table
@section image2