mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +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;
|
self.get_mut().response_size = size;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Set write buffer capacity
|
/// Get write buffer capacity
|
||||||
pub fn write_buffer_capacity(&self) -> usize {
|
pub fn write_buffer_capacity(&self) -> usize {
|
||||||
self.get_ref().write_capacity
|
self.get_ref().write_capacity
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user