summaryrefslogtreecommitdiff
path: root/lib/vquic/quiche.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-18 14:06:07 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-02 22:50:39 +0100
commit26f682bcc40dd8e197af3f0e958b0bd070d0ec26 (patch)
treed9f625fa0444dd537c1af0cbcbbf4a737d02f643 /lib/vquic/quiche.h
parent2d1df660bcea0a6015f9f48a6a11fd804134faf0 (diff)
downloadcurl-26f682bcc40dd8e197af3f0e958b0bd070d0ec26.tar.gz
quiche: close the connection
Reported-by: Junho Choi Fixes #6213 Closes #6217
Diffstat (limited to 'lib/vquic/quiche.h')
-rw-r--r--lib/vquic/quiche.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vquic/quiche.h b/lib/vquic/quiche.h
index 247c1c448..d311e9988 100644
--- a/lib/vquic/quiche.h
+++ b/lib/vquic/quiche.h
@@ -41,6 +41,7 @@ struct quicsocket {
quiche_h3_conn *h3c;
quiche_h3_config *h3config;
uint8_t scid[QUICHE_MAX_CONN_ID_LEN];
+ curl_socket_t sockfd;
uint32_t version;
};