mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
db5ac01aba
std: Fix size returned by UEFI tcp4 read operations The read and read_vectored methods were returning the length of the input buffer, rather than the number of bytes actually read. Fix by changing read_inner to return the correct value, and have both read and read_vectored return that.