diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-02-02 13:14:14 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-02-02 13:17:20 +0100 |
commit | ca51ac40174d654d94a6d9423363b1d1867dc11e (patch) | |
tree | cf0f2aa9f00c423e6e1b3fa7365eb11ac42ce8e1 | |
parent | 4161624e9402ee5d66a261792a47ed399df38861 (diff) |
CURLOPT_HTTP_VERSION.3: CURL_HTTP_VERSION_2_0 added in 7.33.0
And modify the text to refer to HTTP 2 as it isn't called "2.0".
Reported-By: Michael Wallner
-rw-r--r-- | docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 b/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 index ed5ea82b4..c85d14482 100644 --- a/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 +++ b/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -41,8 +41,8 @@ Enforce HTTP 1.0 requests. .IP CURL_HTTP_VERSION_1_1 Enforce HTTP 1.1 requests. .IP CURL_HTTP_VERSION_2_0 -Attempt HTTP 2.0 requests. libcurl will fall back to HTTP 1.x if HTTP 2.0 -can't be negotiated with the server. +Attempt HTTP 2 requests. libcurl will fall back to HTTP 1.x if HTTP 2 can't be +negotiated with the server. (Added in 7.33.0) .SH DEFAULT CURL_HTTP_VERSION_NONE .SH PROTOCOLS |