Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix streams example for write() after end()
Currently there's an example using http.ServerResponse stream, which has a known bug and will not throw an error while writing after end(). Changed to a writable stream from fs which behaves as expected. fix nodejs#8814 Signed-off-by: Julien Gilli <julien.gilli@joyent.com>
- Loading branch information