We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4814987 commit 5f761e9Copy full SHA for 5f761e9
doc/api/http.md
@@ -901,6 +901,10 @@ also be accessed at `request.connection`.
901
This event can also be explicitly emitted by users to inject connections
902
into the HTTP server. In that case, any [`Duplex`][] stream can be passed.
903
904
+If `socket.setTimeout()` is called here, note that the timeout will
905
+be replaced with `server.keepAliveTimeout` when the socket has served
906
+a request (if `server.keepAliveTimeout` is non-zero).
907
+
908
### Event: 'request'
909
<!-- YAML
910
added: v0.1.0
0 commit comments