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
So the problem is the server sending DATA frame containing only padding and no data at all. We do not handle this case at all and we will unblock the user pending read with 0-bytes read (despite not being at the end of the stream).
https://github.com/dotnet/runtime/blame/a566fd59fc34d3f73da1b8eeaab613ab0c1fc9b5/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Stream.cs#L1127-L1127
With a recent repro from an internal customer, I'm hitting assert at this line as I'm testing with Debug build. I can share repro privately.
The text was updated successfully, but these errors were encountered: