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
If a stream has had all its data frames emitted, such that the HTTP2StreamDataProvider is in the .pending state, and the user then submits a trailer frame, that frame will never be emitted. This is because we don't correctly resume the data provider in this case.
The text was updated successfully, but these errors were encountered:
If a stream has had all its data frames emitted, such that the HTTP2StreamDataProvider is in the
.pending
state, and the user then submits a trailer frame, that frame will never be emitted. This is because we don't correctly resume the data provider in this case.The text was updated successfully, but these errors were encountered: