]> granicus.if.org Git - curl/commit
curl: use CURLINFO_PROTOCOL to check for HTTP(s)
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Aug 2019 09:49:03 +0000 (11:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Aug 2019 12:45:39 +0000 (14:45 +0200)
commitd39ae9d493f5e3abc1241d6e7ff89a885be1387a
tree8bab27cc6fd29111a0ed33433eee3f6e37618e6c
parentf933449d3b6c24e66d4a0c590bca3e7b2a39140d
curl: use CURLINFO_PROTOCOL to check for HTTP(s)

... instead of CURLINFO_EFFECTIVE_URL to avoid string operations.
src/tool_operate.c