-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Make it possible to set Response/Request highWaterMark on http.ServerΒ #46606
Copy link
Copy link
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
It would be helpful to have an option on
http.createServerthat sets the highWaterMark on all sockets created. The default highWaterMark is IMHO kind of low for most modern server hardware...