We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b27304 commit 54f00e8Copy full SHA for 54f00e8
index.js
@@ -89,7 +89,7 @@ function proxy (req, res, head, {
89
}
90
91
92
- if (timeout) {
+ if (timeout != null) {
93
req.setTimeout(timeout, onRequestTimeout)
94
95
0 commit comments