mirror of https://github.com/fafhrd91/actix-web
Update awc/src/response.rs
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
parent
ea0a56e74d
commit
5fab77f42c
|
@ -228,8 +228,7 @@ impl<S> fmt::Debug for ClientResponse<S> {
|
|||
}
|
||||
}
|
||||
|
||||
// Default ReadBody limit.
|
||||
const BODY_LIMIT: usize = 1024 * 2 * 1024;
|
||||
const DEFAULT_BODY_LIMIT: usize = 1024 * 2 * 1024;
|
||||
|
||||
/// Future that resolves to a complete HTTP message body.
|
||||
pub struct MessageBody<S> {
|
||||
|
|
Loading…
Reference in New Issue