hooray! we don't have to track data_len on its own
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user