Merge pull request #401 from hyperium/packets

fix(http): read more before triggering TooLargeError
This commit is contained in:
Sean McArthur
2015-03-28 11:37:43 -07:00
6 changed files with 189 additions and 43 deletions

View File

@@ -167,7 +167,8 @@ macro_rules! inspect(
#[cfg(test)]
#[macro_use]
mod mock;
#[doc(hidden)]
pub mod buffer;
pub mod client;
pub mod error;
pub mod method;