BuildDocsReferenceGuidesBlogDiscordnode:httpServerkeepAliveTimeoutBufferBuildDocsReferenceGuidesBlogDiscordnode:httpServerkeepAliveTimeoutBufferhttp.Server.keepAliveTimeoutBufferkeepAliveTimeoutBufferReferenceDocsGuidesDiscordMerch StoreGitHubBlogRuntimePackage managerTest runnerBundlerPackage runnerBun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseWe're hiring →
Server.keepAliveTimeoutBuffer property | Node.js http module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- An additional buffer time added to the
`server.keepAliveTimeout` to extend the internal socket timeout.
This buffer helps reduce connection reset (`ECONNRESET`) errors by increasing
the socket timeout slightly beyond the advertised keep-alive timeout.
This option applies only to new incoming connections.