diff --git a/doc/api/http.md b/doc/api/http.md index 7f0b39cbb1cd9a..fc80ca8513355b 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -908,6 +908,10 @@ also be accessed at `request.connection`. This event can also be explicitly emitted by users to inject connections into the HTTP server. In that case, any [`Duplex`][] stream can be passed. +If `socket.setTimeout()` is called here, the timeout will be replaced with +`server.keepAliveTimeout` when the socket has served a request (if +`server.keepAliveTimeout` is non-zero). + ### Event: 'request'