X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_api.c;h=0dfce3c5b0d903f5f9b7ffd14251bccc37d92428;hp=865790908423cf28792996286602b15b75f21349;hb=296a53ce9afb85164c2318e26e7d90b2c651d732;hpb=c4bf0a26f53d88dc8724d96e599a3867113da2be diff --git a/http_request_api.c b/http_request_api.c index 8657909..0dfce3c 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -986,7 +986,7 @@ static int http_curl_raw_callback(CURL *ch, curl_infotype type, char *data, size break; } -#if 1 +#if 0 fprintf(stderr, "DEBUG: %3d (%5zu) %.*s%s", type, length, length, data, data[length-1]=='\n'?"":"\n"); #endif