Skip to content

docs: changed example in streams for write() after end()

Rodrigo Muino Tomonari requested to merge github/fork/a0viedo/fix8814 into v0.10

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.

fixes https://github.com/joyent/node/issues/8814

Merge request reports

Loading