mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:23:44 +03:00
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
This commit is contained in:
parent
3a34b930aa
commit
5808a0d0f5
3 changed files with 10 additions and 52 deletions
|
|
@ -97,7 +97,7 @@ Dependencies
|
|||
- NSS 3.14.x
|
||||
- PolarSSL 1.3.0
|
||||
- Heimdal ?
|
||||
- nghttp2 1.0.0
|
||||
- nghttp2 1.12.0
|
||||
|
||||
Operating Systems
|
||||
-----------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue