projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38e518c
)
the HTTP request is a CURLINFO_HEADER_OUT
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 12 Apr 2002 07:53:12 +0000
(07:53 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 12 Apr 2002 07:53:12 +0000
(07:53 +0000)
lib/http.c
patch
|
blob
|
history
diff --git
a/lib/http.c
b/lib/http.c
index 42c1672759621c71be3cf67c973fd7aac124cb2d..75843350978ca43ea4adf7a0e022652757c4cefd 100644
(file)
--- 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;