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
In the sendFile function of the server.improved.js calls the writeHeader function on the response object. This should be writeHead as is used in handlePost function. Here is the documentation for the function.