peburrows / river

An HTTP/2 client for Elixir (a work in progress!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Properly manage flow control

peburrows opened this issue · comments

Currently, the flow control windows (incremented via WINDOW_UPDATE frames) are very naively managed, and we don't properly handle the separate connection and stream flow control windows. We should be much better about that.

This should be fixed in the window-update-fixes branch.

Fixed with ea60d2f.