summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-12 03:44:23 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-12 03:45:16 +0100
commitf36da16ede525fb4925ad3ec863f131bc6743540 (patch)
tree460f987b290457bebc9bba558bf2b1777609f656 /doc/protocols.texi
parentc03af3ac1c4c865fdde5f57df6c2ccc646680f77 (diff)
parentddfc98906373d1f17f6205cedd14c68d7a75995f (diff)
Merge commit 'ddfc98906373d1f17f6205cedd14c68d7a75995f'
* commit 'ddfc98906373d1f17f6205cedd14c68d7a75995f': http: Support setting custom User-Agent Conflicts: doc/protocols.texi libavformat/http.c See: 2bb1c713cc7e8fd018a3a0b579145a31a1c47bce Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index ee9e01193c..f66f77d27e 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -233,8 +233,9 @@ value must be a string encoding the headers.
Force a content type.
@item user-agent
-Override User-Agent header. If not specified the protocol will use a
-string describing the libavformat build.
+@item user_agent
+Override the User-Agent header. If not specified the protocol will use a
+string describing the libavformat build. ("Lavf/<version>")
@item multiple_requests
Use persistent connections if set to 1. By default it is 0.