You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.
I ran into this bug when trying to test streaming files as chunks of
Vec<u8>
. My program would often panic becauseFrameBuf
would run out of capacity.Backtrace: http://pastebin.com/6G0n2WmP
Location in code missing check: https://github.com/tokio-rs/tokio-proto/blob/master/src/streaming/multiplex/advanced.rs#L278
I realize that this had been marked TODO in the code, but there was no issue for it.
The text was updated successfully, but these errors were encountered: