mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:24:15 +03:00
the HTTP request is a CURLINFO_HEADER_OUT
This commit is contained in:
parent
38e518c710
commit
93516effe4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue