diff --git a/doc/api/http.md b/doc/api/http.md index e4474c773a0658..4d4e54303f8890 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -901,6 +901,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, note that the timeout will +be replaced with `server.keepAliveTimeout` when the socket has served +a request (if `server.keepAliveTimeout` is non-zero). + ### Event: 'request'