mirror of
https://github.com/square/okhttp.git
synced 2026-01-18 20:40:58 +03:00
This eliminates the need to always send a frame for every FrameSink#write and to always send an empty frame for FrameSink#close. Now, we only emit bytes once Okio reports complete segments.