1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-05-09 01:14:45 +00:00

better name

This commit is contained in:
Nikolay Kim 2018-11-13 22:55:20 -08:00
parent 9a3321b153
commit c29501fcf3

View file

@ -127,7 +127,7 @@ impl<T, U> Framed<T, U> {
}
/// Check if write buffer is full.
pub fn is_full(&self) -> bool {
pub fn is_write_buf_full(&self) -> bool {
self.inner.get_ref().is_full()
}