hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Only increase window size when frames are consumed

Open Lukasa opened this issue 11 years ago • 0 comments

Right now we increment the remote window size when frames are read off the wire, not when they're actually consumed. This can lead to hyper growing massive in memory when the user isn't actually reading those frames.

We should increment the window when the user is read()ing from the stream, not when hyper does.

Lukasa avatar Apr 09 '14 09:04 Lukasa