]> granicus.if.org Git - curl/commit
docs: fix string suggesting HTTP/2 is not the default
authorNiklas Hambüchen <mail@nh2.me>
Tue, 25 Jun 2019 11:39:00 +0000 (13:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jun 2019 15:40:21 +0000 (17:40 +0200)
commit8dd041bf0a422eda773702eb9d5c004544a4870e
treed561cd512fbe17d8533283a96fcaf971392655e4
parent8c34a4dc49c3d906f100a218b6d6c3afc485d07c
docs: fix string suggesting HTTP/2 is not the default

Commit 25fd1057c9c86e3 made HTTP2 the default, and further down in the
man page that new default is mentioned, but the section at the top
contradicted it until now.

Also remove claim that setting the HTTP version is not sensible.

Closes #4075
docs/libcurl/opts/CURLOPT_HTTP_VERSION.3