Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

throw a timeout if no body is received #4

Open
michielbdejong opened this issue Jul 29, 2014 · 0 comments
Open

throw a timeout if no body is received #4

michielbdejong opened this issue Jul 29, 2014 · 0 comments

Comments

@michielbdejong
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant