mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
the HTTP request is a CURLINFO_HEADER_OUT
This commit is contained in:
parent
38e518c710
commit
93516effe4
@ -146,7 +146,7 @@ CURLcode add_buffer_send(int sockfd, struct connectdata *conn, send_buffer *in,
|
||||
|
||||
if(conn->data->set.verbose)
|
||||
/* 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) {
|
||||
size -= amount;
|
||||
|
Loading…
Reference in New Issue
Block a user