rsnext/packages/next/cli
Mikis Woodwinter 2b451ee69a
feat(cli): allow configuration of http-server's timeout configuration (#35827)
* feat: add keep-alive timeout params for next-start

* feat: add keep-alive timeout args to next-cli's start

* docs: add docs for keep-alive timeouts

* docs: fix grammar & typos

* refactor: handle NaN for args

* test: add tests for timeout args

* revert: remove headersTimeout option

* fix: remove input validation for keepAliveTimeout arg

* feat: add input-range validation for keepAliveTimeout arg

* Error and tests for range validation

* Make sure timeout actually changes

* Fix error messsage

* Apply suggestions from code review

Co-authored-by: Steven <steven@ceriously.com>

Co-authored-by: Hannes Bornö <hannes.borno@vercel.com>
Co-authored-by: Balázs Orbán <info@balazsorban.com>
Co-authored-by: Steven <steven@ceriously.com>
2022-06-26 13:26:51 +02:00
..
next-build.ts Improve error message for importing native Node APIs in the edge runtime (#30696) 2021-11-01 11:40:21 +00:00
next-dev.ts Fix hard navigation guard on popstate and handle fetching fresh data (#37970) 2022-06-24 10:50:41 -05:00
next-export.ts Fix invalid project dir casing breaking Next.js on Windows (#29205) 2021-09-22 21:29:27 +00:00
next-info.ts chore: clarify CLI network errors (#36567) 2022-04-29 12:39:17 +00:00
next-lint.ts Pre-compile more dependencies continued (#32679) 2021-12-21 16:13:45 +01:00
next-start.ts feat(cli): allow configuration of http-server's timeout configuration (#35827) 2022-06-26 13:26:51 +02:00
next-telemetry.ts Pre-compile more dependencies continued (#32679) 2021-12-21 16:13:45 +01:00