mirror of https://github.com/nodejs/node.git
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
parent
5ef03bc3ee
commit
5bc5210b92
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue