]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: use 2TLS by default
authorDaniel Stenberg <daniel@haxx.se>
Sun, 13 Dec 2015 08:24:08 +0000 (09:24 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 13 Dec 2015 08:26:43 +0000 (09:26 +0100)
commit536f5f442e779b29ff2f28cd26a847058cdd6ed1
tree9007278460e6f0a64a5c72eb4dd9b55bd8b24e54
parent4bcc532de5b639ace6f96f0a30524a08861843b1
curl: use 2TLS by default

Make this the default for the curl tool (if built with HTTP/2 powers
enabled) unless a specific HTTP version is requested on the command
line.

This should allow more users to get HTTP/2 powers without having to
change anything.
src/tool_operate.c
src/tool_setopt.c
tests/data/test1400
tests/data/test1401
tests/data/test1402
tests/data/test1403
tests/data/test1404
tests/data/test1405
tests/data/test1406
tests/data/test1407
tests/data/test1420