the HTTP request is a CURLINFO_HEADER_OUT
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Apr 2002 07:53:12 +0000 (07:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Apr 2002 07:53:12 +0000 (07:53 +0000)
lib/http.c

index 42c1672759621c71be3cf67c973fd7aac124cb2d..75843350978ca43ea4adf7a0e022652757c4cefd 100644 (file)
@@ -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;