diff --git a/doc/api/http.md b/doc/api/http.md index 50fa3e1135..23ece71f4a 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -427,6 +427,16 @@ added: v0.5.3 Emitted after a socket is assigned to this request. +### Event: 'timeout' + + +Emitted when the underlying socket times out from inactivity. This only notifies +that the socket has been idle. The request must be aborted manually. + +See also: [`request.setTimeout()`][] + ### Event: 'upgrade'