mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-27 15:42:57 +01:00
better name
This commit is contained in:
parent
9a3321b153
commit
c29501fcf3
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user