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
Rollup merge of rust-lang#130670 - the8472:read-to-end-heuristics, r=ChrisDenton
delay uncapping the max_read_size in File::read_to_end
In rust-lang#130600 (comment) I realized that we're likely still passing too-large buffers to the OS, at least once at the end.
Previous issues and PRs:
* rust-lang#110650
* rust-lang#110655
* rust-lang#118222
r? ChrisDenton
0 commit comments