mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-28 07:47:49 +02:00
Allow to set read buffer capacity for server request
This commit is contained in:
@@ -205,6 +205,6 @@ impl Writer for H2Writer {
|
||||
}
|
||||
}
|
||||
}
|
||||
return Ok(Async::NotReady)
|
||||
Ok(Async::NotReady)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user