mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-24 01:35:12 +02:00
better name
This commit is contained in:
@@ -127,7 +127,7 @@ impl<T, U> Framed<T, U> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Check if write buffer is full.
|
/// 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()
|
self.inner.get_ref().is_full()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user