From 5808a0d0f5ea0399d4a2a22285f78c66f302c173 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 21 Feb 2020 11:30:05 +0100 Subject: 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 --- docs/INTERNALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ----------------- -- cgit v1.2.3