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: notify_recv after send_reset() in reset_on_recv_stream_err() to … #818

Merged
merged 1 commit into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. fix: notify_recv after send_reset() in reset_on_recv_stream_err() to …

    …ensure local stream is released properly (#816)
    
    Similar to what have been done in fn send_reset<B>(), we should notify RecvStream that is parked after send_reset().
    
    Co-authored-by: Jiahao Liang <[email protected]>
    seanmonstar and jiahaoliang committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ea27a56 View commit details
    Browse the repository at this point in the history