Browse Source

doc: clarify stream 'close' event

v0.9.1-release
Ben Noordhuis 13 years ago
parent
commit
05b81f333c
  1. 5
      doc/api/stream.markdown

5
doc/api/stream.markdown

@ -42,9 +42,8 @@ Emitted if there was an error receiving data.
`function () { }`
Emitted when the underlying file descriptor has been closed. Not all streams
will emit this. (For example, an incoming HTTP request will not emit
`'close'`.)
Emitted when the underlying resource (for example, the backing file descriptor)
has been closed. Not all streams will emit this.
### stream.readable

Loading…
Cancel
Save