X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_api.c;h=2af5774c131f27e1ebbfb31355e6b0fb1ab5a366;hp=aac75b3d217a2d213f29c21165338bdbd7755448;hb=6c4e793316be7f98f5400e24f498336db0d07af4;hpb=b0919f33875667baecb05888fba006d5652d68d1 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: