Loading docs/examples/debug.c +3 −3 Original line number Diff line number Diff line Loading @@ -84,6 +84,9 @@ int my_trace(CURL *handle, curl_infotype type, case CURLINFO_DATA_OUT: text = "=> Send data"; break; case CURLINFO_SSL_DATA_OUT: text = "=> Send SSL data"; break; case CURLINFO_HEADER_IN: text = "<= Recv header"; break; Loading @@ -93,9 +96,6 @@ int my_trace(CURL *handle, curl_infotype type, case CURLINFO_SSL_DATA_IN: text = "<= Recv SSL data"; break; case CURLINFO_SSL_DATA_OUT: text = "<= Send SSL data"; break; } dump(text, stderr, data, size, config->trace_ascii); Loading Loading
docs/examples/debug.c +3 −3 Original line number Diff line number Diff line Loading @@ -84,6 +84,9 @@ int my_trace(CURL *handle, curl_infotype type, case CURLINFO_DATA_OUT: text = "=> Send data"; break; case CURLINFO_SSL_DATA_OUT: text = "=> Send SSL data"; break; case CURLINFO_HEADER_IN: text = "<= Recv header"; break; Loading @@ -93,9 +96,6 @@ int my_trace(CURL *handle, curl_infotype type, case CURLINFO_SSL_DATA_IN: text = "<= Recv SSL data"; break; case CURLINFO_SSL_DATA_OUT: text = "<= Send SSL data"; break; } dump(text, stderr, data, size, config->trace_ascii); Loading