mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:23:31 +03:00
quiche: remove fprintf() leftover
This commit is contained in:
parent
9f85b986a9
commit
796c068895
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue