http_client: change `AsyncRead` bound to `AsyncBufRead`
Open
enhancement
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
As per @fairingrey's suggestion, we should probably follow up on https://github.com/rustasync/http-service/issues/31 and use [`AsyncBufRead`](https://docs.rs/futures-preview/0.3.0-alpha.17/futures/io/trait.AsyncBufRead.html) to prevent double buffering.
Contributor guide
Assessment
This issue has not been assessed yet.