Skip to content
Unverified Commit e50fa243 authored by Max Inden's avatar Max Inden
Browse files

client/network: Remove option to disable yamux flow control

With the `OnRead` flow control option yamux "send[s] window updates only
when data is read on the receiving end" and not as soon as "a Stream's
receive window drops to 0".

Yamux flow control has proven itself. This commit removes the feature
flag. Yamux flow control is now always enabled.
parent a3e8ca18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment