Skip to content

Commit

Permalink
doc: fix HTTP res 'finish' description
Browse files Browse the repository at this point in the history
PR-URL: #21670
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
tadjik1 authored and targos committed Jul 12, 2018
1 parent 25fef3d commit cd6601b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -1025,8 +1025,6 @@ emitted when the last segment of the response headers and body have been
handed off to the operating system for transmission over the network. It
does not imply that the client has received anything yet.

After this event, no more events will be emitted on the response object.

### response.addTrailers(headers)
<!-- YAML
added: v0.3.0
Expand Down

0 comments on commit cd6601b

Please sign in to comment.