diff options
| author | fengweihao <[email protected]> | 2019-03-29 15:37:18 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2019-05-24 18:45:45 +0800 |
| commit | ad004b29a6974bec925407a0a1dc04769178bb06 (patch) | |
| tree | 642baa25bbc7afc0b7d6bff4287edcab8f2a0ec8 /vendor | |
| parent | fcde7bfbf3859f4d095875df009c4d2aadcaf0cf (diff) | |
*.修改帧处理方式
*.删除同一流中多ID遍历模式
*.添加函数指针数组管理不同帧回调
*.添加流处理打印
Diffstat (limited to 'vendor')
| -rw-r--r-- | vendor/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | vendor/nghttp2-1.24.0.tar.gz | bin | 2208538 -> 2208009 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt index 496c74e..8cba599 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 1bf8209fc10da2d46012b03a158e6693 + URL_MD5 66d78a8b968d78ffa34b219a571a39b6 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 Binary files differindex f2eac3e..f94176e 100644 --- a/vendor/nghttp2-1.24.0.tar.gz +++ b/vendor/nghttp2-1.24.0.tar.gz |
