doc: http: reword IncomingMessage 'close' event

The bit that says "before response.end() was called or able to flush"
doesn't apply to incoming streams.

Fixes #6359.
pull/41362/head
Ben Noordhuis 2013-10-16 12:32:47 +02:00
parent 5ef03bc3ee
commit 5bc5210b92
1 changed files with 2 additions and 5 deletions

View File

@ -772,11 +772,8 @@ following additional events, methods, and properties.
`function () { }`
Indicates that the underlaying connection was terminated before
`response.end()` was called or able to flush.
Just like `'end'`, this event occurs only once per response. See
[http.ServerResponse][]'s `'close'` event for more information.
Indicates that the underlaying connection was closed.
Just like `'end'`, this event occurs only once per response.
### message.httpVersion