]> git.ipfire.org Git - thirdparty/curl.git/commit
ngtcp2: build with 0.16.0 and nghttp3 0.12.0
authorDaniel Stenberg <daniel@haxx.se>
Sun, 4 Jun 2023 21:14:41 +0000 (23:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Jun 2023 18:50:24 +0000 (20:50 +0200)
commitcae9d10be3d3446beda9e217a0abca91b1b2ab79
treef2fc40c5691b257f84c4f12400ae57613788eb29
parentad8a8e048ed2deed10a924e92a054a295c077f2e
ngtcp2: build with 0.16.0 and nghttp3 0.12.0

- moved to qlog_write
- crypto => encryption
- CRYPTO => ENCRYPTION
- removed "_is_"
- ngtcp2_conn_shutdown_stream_read and
  ngtcp2_conn_shutdown_stream_write got flag arguments
- the nghttp3_callbacks struct got a recv_settings callback

Closes #11184
lib/vquic/curl_ngtcp2.c