update curl/wolfssl, add per host connection limit

This commit is contained in:
ading2210 2024-10-24 04:54:00 -04:00
parent c1b78e1d0c
commit 5579550b8d
8 changed files with 15 additions and 9 deletions

View file

@ -14,7 +14,7 @@ NGHTTP2_PREFIX=$(realpath build/nghttp2-wasm)
cd build
rm -rf curl
git clone -b curl-8_9_1 --depth=1 https://github.com/curl/curl
git clone -b curl-8_10_1 --depth=1 https://github.com/curl/curl
cd curl
autoreconf -fi