Skip to content

What does QUIC_STATUS_INVALID_STATE mean when StreamSend failed? #3137

Answered by nibanks
panpur asked this question in Q&A
Discussion options

You must be logged in to vote

That error comes from here. In this code path, if the peer shutdown the connection or stream, you'd get QUIC_STATUS_ABORTED, but otherwise (i.e. you shutdown them) you get QUIC_STATUS_INVALID_STATE.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by panpur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants