Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(http)!: avoid copying the reponse body on utf8 error (twilig…
…ht-rs#2299) The `TextFuture` now returns `std::str::Utf8Error` as source error if the body is not a valid UTF-8 string. There is no need to provide the bytes with the error kind variant and as part of the source error.
- Loading branch information