This commit is contained in:
Carl Lerche
2017-03-10 15:14:55 -08:00
parent 841796f59a
commit 0e35254bd8
5 changed files with 155 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ mod util;
pub use self::data::Data;
pub use self::head::{Head, Kind, StreamId};
pub use self::settings::Settings;
pub use self::settings::{Settings, SettingSet};
pub use self::unknown::Unknown;
const FRAME_HEADER_LEN: usize = 9;