diff --git a/src/codec/framed.rs b/src/codec/framed.rs index 74a204e7..b05d7abd 100644 --- a/src/codec/framed.rs +++ b/src/codec/framed.rs @@ -127,7 +127,7 @@ impl Framed { } /// 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() }