summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-02-21 11:30:05 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-02-21 16:54:47 +0100
commit5808a0d0f5ea0399d4a2a22285f78c66f302c173 (patch)
tree826555e519dcce95f26cf0f09d7fcb32bb697948 /docs
parent3a34b930aaa883d5343d19acbc01e969e1e59c72 (diff)
downloadcurl-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')
-rw-r--r--docs/INTERNALS.md2
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
-----------------