X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_api.c;h=2af5774c131f27e1ebbfb31355e6b0fb1ab5a366;hp=aac75b3d217a2d213f29c21165338bdbd7755448;hb=5cd11bcc02e4a06fc0dec9fd398f5fb8c111caa8;hpb=a347b389d7214557b52948c9df211baab7c02e53 diff --git a/http_request_api.c b/http_request_api.c index aac75b3..2af5774 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -788,6 +788,10 @@ static int http_curl_raw_callback(CURL *ch, curl_infotype type, char *data, size { HTTP_REQUEST_CALLBACK_DATA(ctx, http_request_conv *, conv); +#if 0 + fprintf(stderr, "DEBUG: %s\n", data); +#endif + switch (type) { case CURLINFO_DATA_IN: