recycle the skipped, outside-window blob, fixes #843

This commit is contained in:
Rob Walker 2018-08-03 11:51:11 -07:00
parent 15a6179b97
commit 4aab413154
1 changed files with 1 additions and 0 deletions

View File

@ -494,6 +494,7 @@ fn recv_window(
"{:x}: received: {} but older than consumed: {} skipping..",
debug_id, pix, *consumed
);
recycler.recycle(b);
continue;
}