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

Fix request/response race condition. #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vglavtchev
Copy link

In the ctos handling section of the server, there is a race condition exhibited on some systems. If the response is sent (with the response.end call), sometimes the "data" and "end" callbacks for the body are not called. This results in a loss of the body content and prevents the peer-to-peer connection from being created. This is particularly exhibited when running the server in Node JS on Heroku.

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

Successfully merging this pull request may close these issues.

1 participant