This repository was archived by the owner on Jan 13, 2021. It is now read-only.
This repository was archived by the owner on Jan 13, 2021. It is now read-only.
Only increase window size when frames are consumed #42
Open
Description
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.