Skip to content

Commit

Permalink
readme: add note about node's requestTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Apr 17, 2023
1 parent 9aadb7a commit d08cc9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ A node.js module for parsing incoming HTML form data.

Changes (breaking or otherwise) in v1.0.0 can be found [here](https://github.com/mscdex/busboy/issues/266).

**Note:** If you are using node v18.0.0 or newer, please be aware of the node.js
HTTP(S) server's [`requestTimeout`](https://nodejs.org/docs/latest/api/http.html#httpcreateserveroptions-requestlistener)
configuration setting that is now enabled by default, which could cause upload
interruptions if the upload takes too long.

# Requirements

* [node.js](http://nodejs.org/) -- v10.16.0 or newer
Expand Down

0 comments on commit d08cc9c

Please sign in to comment.