Skip to content

Commit

Permalink
Decode network unconditionally when received window on session stream (
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaidics authored Jan 29, 2025
1 parent 756edc0 commit 620bfde
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5174,10 +5174,7 @@ private void onSessionWindow(

assert initialAck <= initialSeq;

if (!wasOpen || willPayloadBytes != 0)
{
decodeNetwork(traceId);
}
decodeNetwork(traceId);

if (budgetId != 0L && debitorIndex == NO_DEBITOR_INDEX)
{
Expand Down

0 comments on commit 620bfde

Please sign in to comment.