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 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))