ok, starting to look good

This commit is contained in:
Oliver Gould
2017-07-13 02:24:36 +00:00
parent 41ffd1d44f
commit cbd3e17283
9 changed files with 168 additions and 130 deletions

View File

@@ -35,6 +35,9 @@ type Framed<T, B> =
FramedRead<
FramedWrite<T, B>>;
pub type WindowSize = u32;
/// Create a full H2 transport from an I/O handle.
///
/// This is called as the final step of the client handshake future.