curl: Implement http-version (CURLOPT_HTTP_VERSION)
commitcaeca64797eabba95f6fa25a0ad680d53c944be9
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 22 Feb 2023 12:34:11 +0000 (22 12:34 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 22 Feb 2023 13:11:59 +0000 (22 13:11 +0000)
treef236183621f61fc0013e02e21cf3ec788da4bdd7
parent2c2ce6bcc967611f700742dc1fd2209a7d4d31e6
curl: Implement http-version (CURLOPT_HTTP_VERSION)

RHEL 7 (curl 7.29.0) only defines up to CURL_HTTP_VERSION_1_1 so we
must test for higher versions at configure time.
configure.ac
plugins/curl/curl.c
plugins/curl/curldefs.h
plugins/curl/nbdkit-curl-plugin.pod
plugins/curl/pool.c