This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Not documented stream.unshift(): is not allowed after 'end' event. #14596
Labels
Comments
The documentation on this can certainly be improved. @socketpair ... are you interested in putting together a quick PR? |
No, my english is bad + I do not know if that behaviour is intended (i.e. bug or not) |
jasnell
added a commit
to jasnell/node-joyent
that referenced
this issue
Jul 1, 2015
per: nodejs#14596 1. document that a runtime error will occur if you attempt to unshift after the end event 2. document that calling read after the end event will return null and will not trigger a runtime error
I'll get a PR in for this shortly |
PR opened. Will land shortly once it's reviewed. |
jasnell
added a commit
to jasnell/node-joyent
that referenced
this issue
Jul 10, 2015
per: nodejs#14596 1. document that a runtime error will occur if you attempt to unshift after the end event 2. document that calling read after the end event will return null and will not trigger a runtime error Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25635
jasnell
added a commit
to jasnell/node
that referenced
this issue
Aug 4, 2015
per: nodejs/node-v0.x-archive#14596 1. document that a runtime error will occur if you attempt to unshift after the end event 2. document that calling read after the end event will return null and will not trigger a runtime error Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs/node-v0.x-archive#25591
jBarz
pushed a commit
to ibmruntimes/node
that referenced
this issue
Nov 4, 2016
per: nodejs#14596 1. document that a runtime error will occur if you attempt to unshift after the end event 2. document that calling read after the end event will return null and will not trigger a runtime error Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs#25591
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Such strange behaviour should be documented (and maybe fixed :)
The text was updated successfully, but these errors were encountered: