summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-06-25 17:09:07 +0800
committerlijia <[email protected]>2024-06-25 17:09:07 +0800
commitb1548c7c6dc2198a4df20b11ce8eb72e766f56b7 (patch)
tree7f50c9767c6103b50039879747a1a844cd9c222a /vendor
parent75ce9214881943e46a29be3457ffa856d4292284 (diff)
upgrade llhttp to v9.2.1, not support whitespace before header name.
Diffstat (limited to 'vendor')
-rw-r--r--vendor/CMakeLists.txt6
-rw-r--r--vendor/llhttp-release-v9.1.3.tar.gzbin37771 -> 0 bytes
-rw-r--r--vendor/llhttp-release-v9.2.1.tar.gzbin0 -> 37786 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt
index 2020e8c..5a3c568 100644
--- a/vendor/CMakeLists.txt
+++ b/vendor/CMakeLists.txt
@@ -24,9 +24,9 @@ set_property(TARGET gmock PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${INSTALL_DIR}/
#llhttp-9.1.3
ExternalProject_Add(llhttp PREFIX llhttp
- URL ${CMAKE_CURRENT_SOURCE_DIR}/llhttp-release-v9.1.3.tar.gz
- URL_MD5 f15cd242f55a38b30d3031b560d2c8ef
- CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${VENDOR_BUILD} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_C_FLAGS="-fPIC")
+ URL ${CMAKE_CURRENT_SOURCE_DIR}/llhttp-release-v9.2.1.tar.gz
+ URL_MD5 355ecc90e622035e3e1693a96a0c233b
+ CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${VENDOR_BUILD} -DBUILD_STATIC_LIBS=ON -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_C_FLAGS="-fPIC")
file(MAKE_DIRECTORY ${VENDOR_BUILD}/include)
diff --git a/vendor/llhttp-release-v9.1.3.tar.gz b/vendor/llhttp-release-v9.1.3.tar.gz
deleted file mode 100644
index c83dbd0..0000000
--- a/vendor/llhttp-release-v9.1.3.tar.gz
+++ /dev/null
Binary files differ
diff --git a/vendor/llhttp-release-v9.2.1.tar.gz b/vendor/llhttp-release-v9.2.1.tar.gz
new file mode 100644
index 0000000..b11dd34
--- /dev/null
+++ b/vendor/llhttp-release-v9.2.1.tar.gz
Binary files differ