]> git.ipfire.org Git - thirdparty/curl.git/commit
sendf: move the verbose-check into Curl_debug
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Nov 2020 16:34:04 +0000 (17:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Nov 2020 21:49:36 +0000 (22:49 +0100)
commitd70a5b5a0f5e36781a39e2c955139c81d41355c1
tree54bb308146bdbd9e8da1fd228b8757967ac8014e
parent606d213766fb94a4653ec41ef3b91cc0a96b9570
sendf: move the verbose-check into Curl_debug

Saves us from having the same check done everywhere.

Closes #6159
lib/dict.c
lib/http.c
lib/http2.c
lib/http_proxy.c
lib/krb5.c
lib/mqtt.c
lib/pingpong.c
lib/sendf.c
lib/transfer.c
lib/vssh/libssh.c
lib/vssh/libssh2.c