From: Daniel Stenberg Date: Fri, 12 Apr 2002 07:53:12 +0000 (+0000) Subject: the HTTP request is a CURLINFO_HEADER_OUT X-Git-Tag: curl-7_9_6~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93516effe4112ca98a430d8b603fb03179cb7cb6;p=curl the HTTP request is a CURLINFO_HEADER_OUT --- diff --git a/lib/http.c b/lib/http.c index 42c167275..758433509 100644 --- a/lib/http.c +++ b/lib/http.c @@ -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;