mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 15:07:42 +02:00
add HttpMessage::readlines()
This commit is contained in:
@ -288,7 +288,7 @@ where
|
||||
fn new(req: T) -> Self {
|
||||
Readlines {
|
||||
req,
|
||||
buff: Vec::with_capacity(256),
|
||||
buff: Vec::with_capacity(262_144),
|
||||
limit: 262_144,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user