From 4aab4131541a8f58dcfa3a077437152a5055bbbc Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Fri, 3 Aug 2018 11:51:11 -0700 Subject: [PATCH] recycle the skipped, outside-window blob, fixes #843 --- src/streamer.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/streamer.rs b/src/streamer.rs index c95990f649..f81df4b677 100755 --- a/src/streamer.rs +++ b/src/streamer.rs @@ -494,6 +494,7 @@ fn recv_window( "{:x}: received: {} but older than consumed: {} skipping..", debug_id, pix, *consumed ); + recycler.recycle(b); continue; }