| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c51d85e commit f5fcd49
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -425,7 +425,7 @@ function storeHTTPOptions(options) { | |||
| 425 | 425 | } | |
| 426 | 426 | ||
| 427 | 427 | if (this.requestTimeout > 0 && this.headersTimeout > 0 && this.headersTimeout >= this.requestTimeout) { | |
| 428 | - throw new codes.ERR_OUT_OF_RANGE('headersTimeout', '>= requestTimeout', headersTimeout); | ||
| 428 | + throw new codes.ERR_OUT_OF_RANGE('headersTimeout', '< requestTimeout', headersTimeout); | ||
| 429 | 429 | } | |
| 430 | 430 | ||
| 431 | 431 | const keepAliveTimeout = options.keepAliveTimeout; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments