Skip to content

Commit

Permalink
Fixes #5888 - accept existing stream ids
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban committed Oct 23, 2024
1 parent cc73b81 commit eccf90c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,8 @@ private int reserveSlot(Slot slot, int streamId, Consumer<Throwable> fail)
}
else
{
failure = new IllegalArgumentException("invalid stream id " + streamId);
reservedStreamId = streamId;
slots.offer(slot);
break;
}
}
Expand Down

0 comments on commit eccf90c

Please sign in to comment.