-
Client finished sending and gets SEND_SHUTDOWN_COMPLETE, then it calls ABORT_READ, and GRACEFUL StreamShutdown, yet it never receives SHUTDOWN_COMPLETE (until the connection gets closed minutes later). On the server side, the stream shutdowns properly (receiving SHUTDOWN_COMPLETE) and destroys itself. Attaching msquic.log extract. And here's the sequence of shutdown calls from the client logs:
Are we doing something wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Oct 5, 2021
Replies: 1 comment
-
Figured out the bug. There is a race that's not properly handled. Opened issue #2048. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nibanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured out the bug. There is a race that's not properly handled. Opened issue #2048.