Browse Source

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.
v0.10.21-release
Ben Noordhuis 11 years ago
parent
commit
5bc5210b92
  1. 7
      doc/api/http.markdown

7
doc/api/http.markdown

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

Loading…
Cancel
Save