fix: allow request timeout bigger than agent timeout (#3146)
Showing
... | ... | @@ -18,7 +18,7 @@ |
"@types/koa-router": "^7.0.32", | ||
"@types/urllib": "^2.28.0", | ||
"accepts": "^1.3.5", | ||
"agentkeepalive": "^3.5.1", | ||
"agentkeepalive": "^4.0.0", | ||
"cache-content-type": "^1.0.1", | ||
"circular-json": "0.5.5", | ||
"cluster-client": "^2.1.1", | ||
... | ... | @@ -51,12 +51,13 @@ |
"mz": "^2.7.0", | ||
"on-finished": "^2.3.0", | ||
"sendmessage": "^1.1.0", | ||
"urllib": "^2.30.0", | ||
"urllib": "^2.31.1", | ||
"utility": "^1.15.0", | ||
"ylru": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"address": "^1.0.3", | ||
"assert-extends": "^1.0.1", | ||
"autod": "^3.0.1", | ||
"autod-egg": "^1.1.0", | ||
"coffee": "^5.1.0", | ||
... | ... |
想要评论请 注册 或 登录