From e2b81e19768b3239077e248d3072255742e2a477 Mon Sep 17 00:00:00 2001 From: Shogun Date: Tue, 1 Mar 2022 15:56:07 +0100 Subject: [PATCH 1/2] http: make TCP noDelay enabled by default --- doc/api/http.md | 6 ++++- doc/api/net.md | 4 ++++ lib/_http_agent.js | 3 +++ lib/_http_server.js | 3 +++ test/parallel/test-http-nodelay.js | 37 ++++++++++++++++++++++++++++++ 5 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 test/parallel/test-http-nodelay.js diff --git a/doc/api/http.md b/doc/api/http.md index 09a51b42dbaf45..2cf04681a416e4 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2838,6 +2838,10 @@ Found'`.