fix: raise max_headers in ws handshake to 128 (#2366)

This commit is contained in:
Luna Yao
2026-06-21 15:54:07 +02:00
committed by GitHub
parent 5efbc8587f
commit 5ea6766238
3 changed files with 5 additions and 4 deletions
Generated
+1 -2
View File
@@ -9944,8 +9944,7 @@ dependencies = [
[[package]]
name = "tokio-websockets"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dad543404f98bfc969aeb71994105c592acfc6c43323fddcd016bb208d1c65cb"
source = "git+https://github.com/EasyTier/tokio-websockets#dc9771c7c215882349c3cb328877550a3593df21"
dependencies = [
"base64 0.22.1",
"bytes",