Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-Authored-By: Anna Henningsen <github@addaleax.net>
  • Loading branch information
ronag and addaleax authored Apr 13, 2020
commit 08e542a88b2565e6551251d3861339666088fddb
4 changes: 2 additions & 2 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ is finished.

### `request.destroy([error])`
<!-- YAML
added: 14.0.0
added: REPLACEME
Comment thread
ronag marked this conversation as resolved.
Outdated
-->

* `error` {Error} Optional, an error to emit with `'error'` event.
Expand All @@ -638,7 +638,7 @@ in the response to be dropped and the socket to be destroyed.

##### `request.destroyed`
<!-- YAML
added: 14.0.0
added: REPLACEME
Comment thread
mcollina marked this conversation as resolved.
-->

* {boolean}
Expand Down