From a4b4eca94c073cd844dc8c34430ac319228f1d6d Mon Sep 17 00:00:00 2001 From: Haram Jeong <91401364+haramj@users.noreply.github.com> Date: Wed, 13 Aug 2025 11:32:30 +0900 Subject: [PATCH] http: add Agent.agentKeepAliveTimeoutBuffer option PR-URL: https://github.com/nodejs/node/pull/59315 Reviewed-By: Jason Zhang --- 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 4a3e6ef8d2..a1738cd6fc 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -116,6 +116,10 @@ http.get({