v0.11.2
Bounded stream buffering
The eager continuation of partial chunks introduced in v0.11.0 now has a ceiling on how many ready response parts a stream holds per chunk, so a fast worker can no longer make a stream buffer without bound. The cap is configurable and replaces the earlier on/off continuation switch; its lowest setting restores the lazy behaviour of pre-v0.11.0 releases. (#121)
Full Changelog: v0.11.1...v0.11.2