diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-02-21 11:30:05 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-02-21 16:54:47 +0100 |
commit | 5808a0d0f5ea0399d4a2a22285f78c66f302c173 (patch) | |
tree | 826555e519dcce95f26cf0f09d7fcb32bb697948 /docs/INTERNALS.md | |
parent | 3a34b930aaa883d5343d19acbc01e969e1e59c72 (diff) | |
download | curl-5808a0d0f5ea0399d4a2a22285f78c66f302c173.tar.gz |
http2: now require nghttp2 >= 1.12.0
To simplify our code and since earlier versions lack important function
calls libcurl needs to function correctly.
nghttp2 1.12.0 was relased on June 26, 2016.
Closes #4961
Diffstat (limited to 'docs/INTERNALS.md')
-rw-r--r-- | docs/INTERNALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index 9ae722898..9fb0733bb 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -97,7 +97,7 @@ Dependencies - NSS 3.14.x - PolarSSL 1.3.0 - Heimdal ? - - nghttp2 1.0.0 + - nghttp2 1.12.0 Operating Systems ----------------- |