Loading src/tool_cb_dbg.c +3 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #include "curlx.h" #include "tool_cfgable.h" #include "tool_convert.h" #include "tool_msgs.h" #include "tool_cb_dbg.h" #include "tool_util.h" Loading Loading @@ -171,7 +172,8 @@ int tool_debug_cb(CURL *handle, curl_infotype type, if(memcmp(&data[i], "\r\n\r\n", 4) == 0) { /* dump everything through the CRLFCRLF as a sent header */ text = "=> Send header"; dump(timebuf, text, output, data, i + 4, config->tracetype, type); dump(timebuf, text, output, (unsigned char *)data, i + 4, config->tracetype, type); data += i + 3; size -= i + 4; type = CURLINFO_DATA_OUT; Loading src/tool_formparse.c +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ #include "curlx.h" #include "tool_cfgable.h" #include "tool_convert.h" #include "tool_mfiles.h" #include "tool_msgs.h" #include "tool_formparse.h" Loading src/tool_getparam.c +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ #include "tool_binmode.h" #include "tool_cfgable.h" #include "tool_cb_prg.h" #include "tool_convert.h" #include "tool_formparse.h" #include "tool_getparam.h" #include "tool_helpers.h" Loading Loading
src/tool_cb_dbg.c +3 −1 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ #include "curlx.h" #include "tool_cfgable.h" #include "tool_convert.h" #include "tool_msgs.h" #include "tool_cb_dbg.h" #include "tool_util.h" Loading Loading @@ -171,7 +172,8 @@ int tool_debug_cb(CURL *handle, curl_infotype type, if(memcmp(&data[i], "\r\n\r\n", 4) == 0) { /* dump everything through the CRLFCRLF as a sent header */ text = "=> Send header"; dump(timebuf, text, output, data, i + 4, config->tracetype, type); dump(timebuf, text, output, (unsigned char *)data, i + 4, config->tracetype, type); data += i + 3; size -= i + 4; type = CURLINFO_DATA_OUT; Loading
src/tool_formparse.c +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ #include "curlx.h" #include "tool_cfgable.h" #include "tool_convert.h" #include "tool_mfiles.h" #include "tool_msgs.h" #include "tool_formparse.h" Loading
src/tool_getparam.c +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ #include "tool_binmode.h" #include "tool_cfgable.h" #include "tool_cb_prg.h" #include "tool_convert.h" #include "tool_formparse.h" #include "tool_getparam.h" #include "tool_helpers.h" Loading