mirror of
https://github.com/square/okhttp.git
synced 2026-01-27 04:22:07 +03:00
This sends a WINDOW_UPDATE frame whenever the total number of unacknowledged bytes exceeds 32 KiB. This is a simple policy; we could tune it to be more sophisticated as necessary. This fixes downloads of streams greater than 64 KiB.