From d1800f2cf82812477aac0ed6f8c8432f2531c2dd Mon Sep 17 00:00:00 2001 From: Haram Jeong <91401364+haramj@users.noreply.github.com> Date: Fri, 1 Aug 2025 14:03:07 +0000 Subject: [PATCH 1/3] http: add Agent.agentKeepAliveTimeoutBuffer option --- doc/api/http.md | 10 +++++ lib/_http_agent.js | 13 ++++-- ...st-http-agent-keep-alive-timeout-buffer.js | 44 +++++++++++++++++++ 3 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 test/parallel/test-http-agent-keep-alive-timeout-buffer.js diff --git a/doc/api/http.md b/doc/api/http.md index 4a3e6ef8d2aa9c..e99ab3e8482a44 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -116,6 +116,10 @@ http.get({