mirror of
https://github.com/actix/actix-web.git
synced 2025-01-11 09:45:32 +00:00
httpresponse.rs doc fix (#534)
This commit is contained in:
parent
1e1a4f846e
commit
7ae5a43877
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ impl HttpResponse {
|
|||
self.get_mut().response_size = size;
|
||||
}
|
||||
|
||||
/// Set write buffer capacity
|
||||
/// Get write buffer capacity
|
||||
pub fn write_buffer_capacity(&self) -> usize {
|
||||
self.get_ref().write_capacity
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue