Skip to content

Commit

Permalink
docs: update the supported ngtcp2 and nghttp3 versions
Browse files Browse the repository at this point in the history
Follow-up to cae9d10

Ref: #11184
Closes #11294
  • Loading branch information
dfandrich committed Jun 10, 2023
1 parent b65086a commit fb9b9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HTTP3.md
Expand Up @@ -39,8 +39,8 @@ Building curl with ngtcp2 involves 3 components: `ngtcp2` itself, `nghttp3` and

For now, `ngtcp2` and `nghttp3` are still *experimental* which means their evolution bring breaking changes. Therefore, the proper version of both libraries need to be used when building curl. These are

* `ngtcp2`: v0.15.0
* `nghttp3`: v0.11.0
* `ngtcp2`: v0.16.0
* `nghttp3`: v0.12.0

## Build with OpenSSL

Expand Down

0 comments on commit fb9b9b5

Please sign in to comment.