Skip to content

do not await the spawned task in listen#606

Merged
jbr merged 1 commit intohttp-rs:masterfrom
jbr:do-not-await-spawned-listen-task
Jun 18, 2020
Merged

do not await the spawned task in listen#606
jbr merged 1 commit intohttp-rs:masterfrom
jbr:do-not-await-spawned-listen-task

Conversation

@jbr
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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