Skip to content

Commit 071c000

Browse files
akhinvasara-jumptradingripatel-fd
authored andcommitted
tpu_reasm: don't cancel reasm if stream reordered
1 parent d8cf089 commit 071c000

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/disco/quic/fd_tpu_reasm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ fd_tpu_reasm_frag( fd_tpu_reasm_t * reasm,
199199
ulong sz0 = slot->k.sz;
200200

201201
if( FD_UNLIKELY( data_off>sz0 ) ) {
202-
fd_tpu_reasm_cancel( reasm, slot );
203202
return FD_TPU_REASM_ERR_SKIP;
204203
}
205204

0 commit comments

Comments
 (0)