Restructure proto
The existing code has been moved out and is being copied back piece / by piece while restructuring the code to (hopefully) be more manageable.
This commit is contained in:
@@ -61,7 +61,7 @@ pub enum Frame<T, B = Bytes> {
|
||||
},
|
||||
PushPromise {
|
||||
id: StreamId,
|
||||
promise: (),
|
||||
promised_id: StreamId,
|
||||
},
|
||||
Reset {
|
||||
id: StreamId,
|
||||
|
||||
Reference in New Issue
Block a user