diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-01-04 13:33:32 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-04 13:33:32 -0800 |
commit | 13d991929810ebfdf6b75d91cdc72561213d548a (patch) | |
tree | 90488d70c3d63f2b80788fbb049d082260ba4c76 /Documentation | |
parent | Merge branch 'en/merge-path-collision' (diff) | |
parent | http: add support selecting http version (diff) | |
download | tgif-13d991929810ebfdf6b75d91cdc72561213d548a.tar.xz |
Merge branch 'fc/http-version'
The "http.version" configuration variable can be used with recent
enough cURL library to force the version of HTTP used to talk when
fetching and pushing.
* fc/http-version:
http: add support selecting http version
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config/http.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/config/http.txt b/Documentation/config/http.txt index a56d848bc0..5a32f5b0a5 100644 --- a/Documentation/config/http.txt +++ b/Documentation/config/http.txt @@ -68,6 +68,15 @@ http.saveCookies:: If set, store cookies received during requests to the file specified by http.cookieFile. Has no effect if http.cookieFile is unset. +http.version:: + Use the specified HTTP protocol version when communicating with a server. + If you want to force the default. The available and default version depend + on libcurl. Actually the possible values of + this option are: + + - HTTP/2 + - HTTP/1.1 + http.sslVersion:: The SSL version to use when negotiating an SSL connection, if you want to force the default. The available and default version |