codec: update stream impl for Framed to return None after Err (#4166)

This commit is contained in:
Bhargav
2021-10-26 16:56:15 +02:00
committed by GitHub
parent 827694a9e3
commit 0c68b89452
4 changed files with 96 additions and 26 deletions
+1
View File
@@ -106,6 +106,7 @@ where
eof: false,
is_readable: false,
buffer: BytesMut::with_capacity(capacity),
has_errored: false,
},
write: WriteFrame::default(),
},