You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the note. That's behaviour I haven't seen before. I guess there is now a case where you get a readable, but there's no data to actually read. I suspect the "readable" event is still fired to let you know that it's finished or something.
What version of node is this for? I wonder if it's a change.
The chapter 6 code for "Serve Static Content Pauses" crashes with the error:
TypeError: First argument must be a string or Buffer
when it calls:
if (!res.write(data))
The text was updated successfully, but these errors were encountered: