From d7016f5570cf9f6810187eb098483a0519a0d1d9 Mon Sep 17 00:00:00 2001 From: Shogun Date: Tue, 1 Mar 2022 15:54:58 +0100 Subject: [PATCH] http: make TCP noDelay enabled by default --- doc/api/http.md | 10 +++++--- 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, 54 insertions(+), 3 deletions(-) create mode 100644 test/parallel/test-http-nodelay.js diff --git a/doc/api/http.md b/doc/api/http.md index 09a51b42dbaf45..bb1eca173a23da 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2838,6 +2838,10 @@ Found'`.