http_chunks: remove debug output
Accidentally left in there during my previous debugging of this
This commit is contained in:
@@ -342,7 +342,6 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
|
||||
return CHUNKE_OUT_OF_MEMORY;
|
||||
conn->trailer = ptr;
|
||||
}
|
||||
fprintf(stderr, "MOO: %c\n", *datap);
|
||||
conn->trailer[conn->trlPos++]=*datap;
|
||||
}
|
||||
datap++;
|
||||
|
Reference in New Issue
Block a user