summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2020-06-05 19:27:32 +0800
committerfengweihao <[email protected]>2020-06-05 19:27:32 +0800
commited19fc177ebbb47a830bd9c67601a9b72ab985a1 (patch)
treecb3d6fc4049d1482cd309ba6d07a2cc42440acfa /vendor
parent611b6645b2a9fc78d35f621da93385abe2f47167 (diff)
TSG-1818 insert和hijack增加注入流量控制
Diffstat (limited to 'vendor')
-rw-r--r--vendor/CMakeLists.txt2
-rw-r--r--vendor/ratelimiter-1.1.0-x86_64.tar.gzbin18897 -> 5061 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt
index dd2c413..5e61b95 100644
--- a/vendor/CMakeLists.txt
+++ b/vendor/CMakeLists.txt
@@ -97,7 +97,7 @@ set_property(TARGET nghttp2-static APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
### ratelimiter
ExternalProject_Add(ratelimiter PREFIX ratelimiter
URL ${CMAKE_CURRENT_SOURCE_DIR}/ratelimiter-1.1.0-x86_64.tar.gz
- URL_MD5 54cc36713c2aaa8ff378ca342778e57d
+ URL_MD5 4e5d01586fef4165c4dfd1f1a3595e61
CONFIGURE_COMMAND ""
BUILD_COMMAND make
BUILD_IN_SOURCE 1)
diff --git a/vendor/ratelimiter-1.1.0-x86_64.tar.gz b/vendor/ratelimiter-1.1.0-x86_64.tar.gz
index 1435650..d127dcc 100644
--- a/vendor/ratelimiter-1.1.0-x86_64.tar.gz
+++ b/vendor/ratelimiter-1.1.0-x86_64.tar.gz
Binary files differ