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
main.doPut expects req.on('data', ...) and req.on('end', ...) to be called, but if people have a body parser in front of it, this may not happen, and then main.doPut just sits there