Loading docs/examples/debug.c +1 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== Info: %s", data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading docs/examples/http2-download.c +1 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== %d Info: %s", num, data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading docs/examples/http2-serverpush.c +1 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== Info: %s", data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading docs/examples/http2-upload.c +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading docs/examples/multi-debugcallback.c +1 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== Info: %s", data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading Loading
docs/examples/debug.c +1 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== Info: %s", data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading
docs/examples/http2-download.c +1 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== %d Info: %s", num, data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading
docs/examples/http2-serverpush.c +1 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== Info: %s", data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading
docs/examples/http2-upload.c +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading
docs/examples/multi-debugcallback.c +1 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== Info: %s", data); /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; Loading