More tweaks

This commit is contained in:
Carl Lerche
2017-08-10 20:35:41 -07:00
parent 10fd4ae7ed
commit e2fac3e823
2 changed files with 4 additions and 3 deletions

View File

@@ -136,7 +136,8 @@ impl<T> FramedRead<T> {
}
}
Kind::Unknown => {
unimplemented!()
// Unknown frames are ignored
return Ok(None);
}
};