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

http: fix waker dead improperly due to lifetime mismatch #386

Merged
merged 1 commit into from
Apr 14, 2022
Merged

http: fix waker dead improperly due to lifetime mismatch #386

merged 1 commit into from
Apr 14, 2022

Conversation

hsiangkao
Copy link
Contributor

The mio waker must be alive to get the notification delivered,
otherwise the inflight notification may get dropped silently.

Signed-off-by: Liu Jiang <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>

api/src/http.rs Outdated Show resolved Hide resolved
The mio waker must be alive to get the notification delivered,
otherwise the inflight notification may get dropped silently.

Signed-off-by: Liu Jiang <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
@hsiangkao hsiangkao requested a review from jiangliu April 14, 2022 02:48
@imeoer imeoer merged commit da861d4 into dragonflyoss:master Apr 14, 2022
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.

3 participants