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:
Carl Lerche
2017-08-02 09:42:10 -07:00
committed by GitHub
parent 13d6866ee8
commit 33bdc057d6
36 changed files with 1495 additions and 2964 deletions

View File

@@ -61,7 +61,7 @@ pub enum Frame<T, B = Bytes> {
},
PushPromise {
id: StreamId,
promise: (),
promised_id: StreamId,
},
Reset {
id: StreamId,