fix(proxy-service): handle HTTP/3 backend forwarding failures with protocol fallback and pool cleanup

This commit is contained in:
2026-05-12 22:22:10 +00:00
parent 8415a82f21
commit e220208c16
9 changed files with 3854 additions and 4098 deletions
+7 -7
View File
@@ -16,16 +16,16 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tsrust": "^1.3.2",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/smartserve": "^2.0.3",
"@types/node": "^25.6.0",
"@git.zone/tsbuild": "^4.4.1",
"@git.zone/tsrun": "^2.0.4",
"@git.zone/tsrust": "^1.3.4",
"@git.zone/tstest": "^3.6.6",
"@push.rocks/smartserve": "^2.0.4",
"@types/node": "^25.7.0",
"@types/ws": "^8.18.1",
"typescript": "^6.0.3",
"why-is-node-running": "^3.2.2",
"ws": "^8.20.0"
"ws": "^8.20.1"
},
"dependencies": {
"@push.rocks/smartcrypto": "^2.0.4",