PkeepAliveTimeoutBuffer
Bun

property

https.Server.keepAliveTimeoutBuffer

keepAliveTimeoutBuffer: number

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.