summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Notin <clement@notin.org>2020-03-23 21:17:21 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-23 22:22:22 +0100
commit12144fdda8b71283845d60f506785cf3d0f531e0 (patch)
tree5f0582f5f38bf4e9cf789248ff5c0281101de1a4
parent4f6fdc903c67216270c5b3888cd7afaadd2bbbec (diff)
downloadcurl-12144fdda8b71283845d60f506785cf3d0f531e0.tar.gz
nghttp2: 1.12.0 required
since nghttp2_session_set_local_window_size is needed Closes #5140
-rw-r--r--docs/HTTP2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md
index 5b4435f88..4c72a29b2 100644
--- a/docs/HTTP2.md
+++ b/docs/HTTP2.md
@@ -18,7 +18,7 @@ parts. The reason for this is that HTTP/2 is much more complex at that layer
than HTTP/1.1 (which we implement on our own) and that nghttp2 is an already
existing and well functional library.
-We require at least version 1.0.0.
+We require at least version 1.12.0.
Over an http:// URL
-------------------