perf(h1): remove book keeping on final body writes

This commit is contained in:
Sean McArthur
2018-05-07 12:48:21 -07:00
parent 8f0e01f853
commit bf4fe7c515
4 changed files with 98 additions and 53 deletions

View File

@@ -1,5 +1,7 @@
mod buf;
mod exec;
mod never;
pub(crate) use self::buf::StaticBuf;
pub(crate) use self::exec::Exec;
pub use self::never::Never;