refactor(http): remove buffer, use WriteBuf

This commit is contained in:
Sean McArthur
2017-01-16 18:56:36 -08:00
parent 6e4739f918
commit 1868f8548d
6 changed files with 123 additions and 132 deletions

View File

@@ -16,7 +16,6 @@ pub use self::chunk::Chunk;
mod body;
mod buf;
mod buffer;
mod chunk;
mod conn;
mod io;