mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:13:32 +03:00
parent
b7c9166c4c
commit
b70e8f4b9b
8 changed files with 17 additions and 17 deletions
|
|
@ -1021,7 +1021,7 @@ static int send_doc(curl_socket_t sock, struct httprequest *req)
|
|||
char responsedump[256];
|
||||
|
||||
msnprintf(responsedump, sizeof(responsedump), "%s/%s",
|
||||
logdir, is_proxy ? RESPONSE_PROXY_DUMP:RESPONSE_DUMP);
|
||||
logdir, is_proxy ? RESPONSE_PROXY_DUMP : RESPONSE_DUMP);
|
||||
|
||||
switch(req->rcmd) {
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue