Loading tests/libtest/lib552.c +1 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== Info: %s", (char *)data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading tests/libtest/testtrace.c +1 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,7 @@ int libtest_debug_cb(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "%s== Info: %s", timestr, (char *)data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading Loading
tests/libtest/lib552.c +1 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== Info: %s", (char *)data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading
tests/libtest/testtrace.c +1 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,7 @@ int libtest_debug_cb(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "%s== Info: %s", timestr, (char *)data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading