summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-14 11:19:48 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-14 11:19:48 +0100
commit796c068895f81f58d1166ba6c7416650142723f7 (patch)
tree18bc9e0223a2c32c9dfe567a452e884855097ad3
parent9f85b986a921cd3a46a7658c3a0e50d0d3a8e38d (diff)
downloadcurl-796c068895f81f58d1166ba6c7416650142723f7.tar.gz
quiche: remove fprintf() leftover
-rw-r--r--lib/vquic/quiche.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vquic/quiche.c b/lib/vquic/quiche.c
index d0d150e39..3e913ec79 100644
--- a/lib/vquic/quiche.c
+++ b/lib/vquic/quiche.c
@@ -833,7 +833,6 @@ CURLcode Curl_quic_done_sending(struct connectdata *conn)
ssize_t sent;
struct HTTP *stream = conn->data->req.p.http;
struct quicsocket *qs = conn->quic;
- fprintf(stderr, "!!! Curl_quic_done_sending\n");
stream->upload_done = TRUE;
sent = quiche_h3_send_body(qs->h3c, qs->conn, stream->stream3_id,
NULL, 0, TRUE);