diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-12-09 23:31:23 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-12-10 08:57:07 +0100 |
commit | 32793b2c4fffa0537c1d380ec660e7c8916a2a21 (patch) | |
tree | b023ece254ae0e938fb1813062ee6c13a1881666 /lib/vquic/ngtcp2.h | |
parent | 25b4e158e94311f8b4a712df722888b9e80dd0e8 (diff) | |
download | curl-32793b2c4fffa0537c1d380ec660e7c8916a2a21.tar.gz |
ngtcp2: make it build it current master again
Closes #6296
Diffstat (limited to 'lib/vquic/ngtcp2.h')
-rw-r--r-- | lib/vquic/ngtcp2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vquic/ngtcp2.h b/lib/vquic/ngtcp2.h index c6d4d12e6..102ff22e1 100644 --- a/lib/vquic/ngtcp2.h +++ b/lib/vquic/ngtcp2.h @@ -62,7 +62,7 @@ struct quicsocket { socklen_t local_addrlen; nghttp3_conn *h3conn; - nghttp3_conn_settings h3settings; + nghttp3_settings h3settings; int qlogfd; }; |