Skip to content

Commit

Permalink
doc,http: optional callback for setTimeout
Browse files Browse the repository at this point in the history
Documents that callback is optional for IncomingMessage setTimeout
  • Loading branch information
trivikr authored and Trott committed Sep 22, 2019
1 parent ef2e9e3 commit 18d529e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ added: v0.11.6
The raw request/response trailer keys and values exactly as they were
received. Only populated at the `'end'` event.

### message.setTimeout(msecs, callback)
### message.setTimeout(msecs[, callback])
<!-- YAML
added: v0.5.9
-->
Expand Down

0 comments on commit 18d529e

Please sign in to comment.