From 7e426913cee72ef5e65289f5374b0e17274bf5aa Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 21 Oct 2018 04:31:17 +0200 Subject: auditor: fix SQL syntax and semantic errors --- src/exchange-lib/curl_defaults.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange-lib') diff --git a/src/exchange-lib/curl_defaults.c b/src/exchange-lib/curl_defaults.c index b46507b91..ca4a221c8 100644 --- a/src/exchange-lib/curl_defaults.c +++ b/src/exchange-lib/curl_defaults.c @@ -58,7 +58,7 @@ TEL_curl_easy_get (char *url) { /* With POST requests, we do not want to wait for the "100 Continue" response, as our request bodies are usually - small and directy sending them saves us a round trip. + small and directy sending them saves us a round trip. Clearing the expect header like this disables libcurl's default processing of the header. -- cgit v1.2.3