You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve flaky DownloaderTest hangs by flushing response streams
Fixes issue where DownloadWithXOriginalContentLength and
DownloadWithMismatchedContentLength tests would hang due to
HTTP response streams not being properly flushed after writing data.
The tests were causing CI failures with 2-minute timeouts because
the HTTP client would wait indefinitely for more data when the
response stream wasn't explicitly flushed.
Co-authored-by: ibetitsmike <203725896+ibetitsmike@users.noreply.github.com>
0 commit comments