Skip to content

Commit

Permalink
doc: clarify http timeouts
Browse files Browse the repository at this point in the history
Socket timeouts set using the `connection` event are replaced by
server.keepAliveTimeout when a response is handled.
  • Loading branch information
inversion authored and Trott committed Jan 28, 2019
1 parent 4814987 commit 5f761e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
<!-- YAML
added: v0.1.0
Expand Down

0 comments on commit 5f761e9

Please sign in to comment.