1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 01:31:57 +02:00

fix limit usage for Request/Response Body future

This commit is contained in:
Nikolay Kim
2018-01-30 12:44:14 -08:00
parent 5cbaf3a1b8
commit 9739168d48
5 changed files with 31 additions and 29 deletions

View File

@@ -170,7 +170,7 @@ impl fmt::Debug for ClientRequest {
}
/// An HTTP client request builder
/// An HTTP Client request builder
///
/// This type can be used to construct an instance of `ClientRequest` through a
/// builder-like pattern.