summaryrefslogtreecommitdiff
path: root/lib/vquic/curl_quiche.c
diff options
context:
space:
mode:
authorStefan Eissing <stefan@eissing.org>2023-01-09 09:23:03 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-01-09 11:09:34 +0100
commit0ef29268819b7a6d7c72d8f19bc6ad9e91d9b191 (patch)
tree48468c4b35eae49e7a51b613ffa93f99830080fb /lib/vquic/curl_quiche.c
parent0978b2ef251891acecd636d7b355fefacc0e30fa (diff)
downloadcurl-0ef29268819b7a6d7c72d8f19bc6ad9e91d9b191.tar.gz
quiche: fix build without any HTTP/2 implementation
Fixes #10260 Closes #10263
Diffstat (limited to 'lib/vquic/curl_quiche.c')
-rw-r--r--lib/vquic/curl_quiche.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/vquic/curl_quiche.c b/lib/vquic/curl_quiche.c
index 5a9feb997..48ea4399a 100644
--- a/lib/vquic/curl_quiche.c
+++ b/lib/vquic/curl_quiche.c
@@ -464,11 +464,7 @@ static ssize_t cf_quiche_recv(struct Curl_cfilter *cf, struct Curl_easy *data,
ssize_t recvd = -1;
ssize_t rcode;
quiche_h3_event *ev;
- struct h3h1header headers;
struct HTTP *stream = data->req.p.http;
- headers.dest = buf;
- headers.destlen = len;
- headers.nlen = 0;
CF_DEBUGF(infof(data, CFMSG(cf, "recv[%u]"), stream->stream3_id));