doc: change write() after end() streams example
authorAlejandro Oviedo <alejandro.oviedo.g@gmail.com>
Fri, 12 Dec 2014 16:03:13 +0000 (13:03 -0300)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 14 Dec 2014 19:06:46 +0000 (20:06 +0100)
commit524882faca28955aa5ef2a6194aab3895b0498b6
tree98003f408c64e4f7291c3993a03d8e2b29159da5
parentdb595b2de6933bfda5a1371fc84d14bc9b8a37dd
doc: change write() after end() streams example

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.

PR-URL: https://github.com/iojs/io.js/pull/155
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Brendan Ashworth <squirrelslikeacorns@gmail.com>
doc/api/stream.markdown