Loading src/tool_cb_dbg.c +3 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ static void dump(const char *timebuf, const char *text, */ int tool_debug_cb(CURL *handle, curl_infotype type, unsigned char *data, size_t size, char *data, size_t size, void *userdata) { struct OperationConfig *operation = userdata; Loading Loading @@ -209,7 +209,8 @@ int tool_debug_cb(CURL *handle, curl_infotype type, break; } dump(timebuf, text, output, data, size, config->tracetype, type); dump(timebuf, text, output, (unsigned char *) data, size, config->tracetype, type); return 0; } Loading src/tool_cb_dbg.h +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ */ int tool_debug_cb(CURL *handle, curl_infotype type, unsigned char *data, size_t size, char *data, size_t size, void *userdata); #endif /* HEADER_CURL_TOOL_CB_DBG_H */ Loading Loading
src/tool_cb_dbg.c +3 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ static void dump(const char *timebuf, const char *text, */ int tool_debug_cb(CURL *handle, curl_infotype type, unsigned char *data, size_t size, char *data, size_t size, void *userdata) { struct OperationConfig *operation = userdata; Loading Loading @@ -209,7 +209,8 @@ int tool_debug_cb(CURL *handle, curl_infotype type, break; } dump(timebuf, text, output, data, size, config->tracetype, type); dump(timebuf, text, output, (unsigned char *) data, size, config->tracetype, type); return 0; } Loading
src/tool_cb_dbg.h +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ */ int tool_debug_cb(CURL *handle, curl_infotype type, unsigned char *data, size_t size, char *data, size_t size, void *userdata); #endif /* HEADER_CURL_TOOL_CB_DBG_H */ Loading