mirror of
https://github.com/curl/curl.git
synced 2025-09-28 23:16:48 +03:00
http_chunks: remove debug output
Accidentally left in there during my previous debugging of this
This commit is contained in:
parent
b0ccd24a72
commit
09a2d93a0f
|
@ -342,7 +342,6 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
|
||||||
return CHUNKE_OUT_OF_MEMORY;
|
return CHUNKE_OUT_OF_MEMORY;
|
||||||
conn->trailer = ptr;
|
conn->trailer = ptr;
|
||||||
}
|
}
|
||||||
fprintf(stderr, "MOO: %c\n", *datap);
|
|
||||||
conn->trailer[conn->trlPos++]=*datap;
|
conn->trailer[conn->trlPos++]=*datap;
|
||||||
}
|
}
|
||||||
datap++;
|
datap++;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user