naett.c

Tiny cross-platform HTTP / HTTPS client library in C.
git clone git://git.finwo.net/lib/naett.c
Log | Files | Refs | README | LICENSE

commit adde633d34f000e9832bfbdcb69005704bd920a7
parent 478f8a4f54a17877ad192bf643f94b13191c6640
Author: Erik Agsjö <erik.agsjo@gmail.com>
Date:   Sat, 11 Dec 2021 11:29:36 +0100

Amalgam

Diffstat:
Mnaett.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/naett.c b/naett.c @@ -913,8 +913,6 @@ void naettPlatformMakeRequest(InternalResponse* res) { int bodySize = res->request->options.bodyReader(NULL, 0, res->request->options.bodyReaderData); curl_easy_setopt(c, CURLOPT_POSTFIELDSIZE, bodySize); - curl_easy_setopt(c, CURLOPT_VERBOSE, 1); - setupMethod(c, req->options.method); struct curl_slist* headerList = NULL;