Get settings handshake working + other junk

This commit is contained in:
Carl Lerche
2017-06-23 15:51:00 -07:00
parent fa21970656
commit ac2959e956
4 changed files with 44 additions and 19 deletions

View File

@@ -36,6 +36,7 @@ pub use frame::{StreamId};
pub use proto::Connection;
/// An H2 connection frame
#[derive(Debug)]
pub enum Frame<T> {
Message {
id: StreamId,