1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

the HTTP request is a CURLINFO_HEADER_OUT

This commit is contained in:
Daniel Stenberg 2002-04-12 07:53:12 +00:00
parent 38e518c710
commit 93516effe4

View File

@ -146,7 +146,7 @@ CURLcode add_buffer_send(int sockfd, struct connectdata *conn, send_buffer *in,
if(conn->data->set.verbose) if(conn->data->set.verbose)
/* this data _may_ contain binary stuff */ /* this data _may_ contain binary stuff */
Curl_debug(conn->data, CURLINFO_DATA_OUT, ptr, amount); Curl_debug(conn->data, CURLINFO_HEADER_OUT, ptr, amount);
if(amount != size) { if(amount != size) {
size -= amount; size -= amount;