Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

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

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

Conversation

a0viedo
Copy link
Member

@a0viedo a0viedo commented Dec 6, 2014

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 #8814

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 #8814
@misterdjules
Copy link

Thank you very much! Landed in f5cb330.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants