hooray! we don't have to track data_len on its own

This commit is contained in:
Oliver Gould
2017-07-17 04:27:44 +00:00
parent c1f9ff8fd8
commit 990e5c5aae
5 changed files with 22 additions and 24 deletions

View File

@@ -53,8 +53,6 @@ pub enum Frame<T, B = Bytes> {
Data {
id: StreamId,
data: B,
/// TODO figure out how to make this a requirement on `B`
//data_len: FrameSize,
end_of_stream: bool,
},
Trailers {