recycle the skipped, outside-window blob, fixes #843
This commit is contained in:
@ -494,6 +494,7 @@ fn recv_window(
|
||||
"{:x}: received: {} but older than consumed: {} skipping..",
|
||||
debug_id, pix, *consumed
|
||||
);
|
||||
recycler.recycle(b);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user