summaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 59b351519..ce5acfbc9 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -911,7 +911,7 @@ CURLcode Curl_done_sending(struct Curl_easy *data,
/* These functions should be moved into the handler struct! */
Curl_http2_done_sending(data, conn);
- Curl_quic_done_sending(conn);
+ Curl_quic_done_sending(data);
if(conn->bits.rewindaftersend) {
CURLcode result = Curl_readrewind(conn);