mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-22 17:55:55 -04:00
02aa90ec13
By using `AsyncWrite::write_buf`, we can avoid some copies in some cases. This especially helps throughput for chunked encoding.