Fix CacheUtil.cache() use too much data
cache() opens all connections with unset length to avoid position errors. This makes more data then needed to be downloading by the underlying network stack. This fix makes makes it open connections for only required length. Issue:#5927 PiperOrigin-RevId: 250546175
Showing
with
62 additions
and
46 deletions
Please
register
or
sign in
to comment