You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
H2 priorities code may panic if a stream is deleted after it's established but before it sends data. This ordering is valid because the RFC allows sending PRIORITY for streams in any state.
Go version
go1.22.1
Output of
go env
in your module/workspace:What did you do?
H2 priorities code may panic if a stream is deleted after it's established but before it sends data. This ordering is valid because the RFC allows sending PRIORITY for streams in any state.
Failing test case:
A potential patch:
What did you see happen?
Panic
What did you expect to see?
Not panic
The text was updated successfully, but these errors were encountered: