mirror of
https://github.com/actix/actix-web.git
synced 2025-01-03 05:48:45 +00:00
add HttpMessage::readlines()
This commit is contained in:
parent
6c765739d0
commit
6d95e34552
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ where
|
||||||
fn new(req: T) -> Self {
|
fn new(req: T) -> Self {
|
||||||
Readlines {
|
Readlines {
|
||||||
req,
|
req,
|
||||||
buff: Vec::with_capacity(256),
|
buff: Vec::with_capacity(262_144),
|
||||||
limit: 262_144,
|
limit: 262_144,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue