mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
httpresponse.rs doc fix (#534)
This commit is contained in:
parent
1e1a4f846e
commit
7ae5a43877
@ -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 New Issue
Block a user