summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2020-05-11 17:19:44 +0800
committerfengweihao <[email protected]>2020-05-11 17:19:44 +0800
commit0d5244ca300675670c46d1cd4332483e3679791b (patch)
treeba787e731c54c34e5f2c098e4d694b6ef8d55b0a /vendor
parent374930d65c252705b2b0eb135e65808b3ce08bf9 (diff)
TSG-1331 Settings ACK帧问题修复
Diffstat (limited to 'vendor')
-rw-r--r--vendor/CMakeLists.txt2
-rw-r--r--vendor/nghttp2-1.24.0.tar.gzbin2208245 -> 2208323 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt
index aa0b2f2..6cc452c 100644
--- a/vendor/CMakeLists.txt
+++ b/vendor/CMakeLists.txt
@@ -81,7 +81,7 @@ set_property(TARGET http-parser-static PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${
ExternalProject_Add(nghttp2
PREFIX nghttp2
URL ${CMAKE_CURRENT_SOURCE_DIR}/nghttp2-1.24.0.tar.gz
- URL_MD5 8b29f5c780f08d8111f953f9fa0fad0c
+ URL_MD5 3827e6feed304f09442336dbf781e023
CONFIGURE_COMMAND ./configure --prefix=<INSTALL_DIR> --disable-shared
BUILD_IN_SOURCE 1)
diff --git a/vendor/nghttp2-1.24.0.tar.gz b/vendor/nghttp2-1.24.0.tar.gz
index 8ec9aa9..6a2cc0e 100644
--- a/vendor/nghttp2-1.24.0.tar.gz
+++ b/vendor/nghttp2-1.24.0.tar.gz
Binary files differ