timeout
timeout copied to clipboard
Request timeout middleware for Connect/Express
`timedout` is hard to read and looks out of place next to [`headersSent`](https://expressjs.com/en/api.html#res.headersSent), [`statusCode`](https://nodejs.org/api/http.html#responsestatuscode), [`lastModified`](https://expressjs.com/en/api.html) etc. Would it make sense to rename it, or at least add an option to...
The gratipay service is not available any more. So I think it makes sense just removing it.
So far as I understand it, the timeout value is set when you add the `connect-timeout` middleware when initializing the express server, so the same timeout applies to every request...
There are two tests which already cover this code base: 'should accept millisecond timeout' 'should accept string timeout' Both passed - ok.
Hello, I'm facing a bug related to the version of a dependency. If possible update the the package "http-errors" to a newer version 1.6.1 => 2.0.0 ``` TypeError: Cannot read...
Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 4.2.2 to 4.2.3. Release notes Sourced from eslint-plugin-node's releases. v4.2.3 #87 was backported to v4. Bug fixes 229778730248f73990cbf7c82788030e3aa8108e fixed that no-deprecated-api crashs on self-assigning of objects which...
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 3.5.0 to 3.8.0. Changelog Sourced from eslint-plugin-promise's changelog. 3.8.0 Removed promise/avoid-new from recommended configuration (#119) Ignored event listener callbacks in promise/prefer-await-to-callbacks (#117) Ignored top-level awaits in promise/prefer-await-to-then...
Bumps [http-errors](https://github.com/jshttp/http-errors) from 1.6.3 to 1.8.1. Changelog Sourced from http-errors's changelog. 2021-11-14 / 1.8.1 deps: [email protected] 2020-06-29 / 1.8.0 Add isHttpError export to determine if value is an HTTP error...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.2.0 to 2.31.0. Release notes Sourced from eslint-plugin-import's releases. v2.31.0 Added support eslint v9 (#2996, thanks [@G-Rath] [@michaelfaith]) order: allow validating named imports (#3043, thanks [@manuth]) extensions:...
Bumps [on-finished](https://github.com/jshttp/on-finished) from 2.3.0 to 2.4.1. Release notes Sourced from on-finished's releases. 2.4.1 Fix error on early async hooks implementations 2.4.0 Prevent loss of async hooks context Changelog Sourced from...