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

do not await the spawned task in listen #606

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

jbr
Copy link
Member

@jbr jbr commented Jun 18, 2020

this fixes a critical bug identified in discord, in which multiple simultaneous requests hang indefinitely, introduced in ff00be9. Prior to that commit, tide was not awaiting the spawned task, which was the source of this problem.

@jbr jbr requested a review from Fishrock123 June 18, 2020 17:13
Copy link
Contributor

@rkusa rkusa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes the issue for me, and code looks good too 👍

@jbr jbr added the bug Something isn't working label Jun 18, 2020
@jbr jbr merged commit d88828d into http-rs:master Jun 18, 2020
@Fishrock123
Copy link
Member

retroactive lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants