Bounds a single physical fetch. A read() call longer than this is split
into sequential Range requests rather than ever issuing one unbounded
request -- mirrors http_reader/mod.rs:42's DEFAULT_HTTP_FETCH_SIZE,
commented there as "the largest request we'll speculatively make": a
CAP, not a floor. Format Reference, "HTTP constants".
Bounds a single physical fetch. A
read()call longer than this is split into sequential Range requests rather than ever issuing one unbounded request -- mirrorshttp_reader/mod.rs:42'sDEFAULT_HTTP_FETCH_SIZE, commented there as "the largest request we'll speculatively make": a CAP, not a floor. Format Reference, "HTTP constants".