refactor(proto): move more h1-specific pieces into h1 module

This commit is contained in:
Sean McArthur
2018-01-25 14:40:09 -08:00
parent 68377ede70
commit c33b9d4e16
8 changed files with 31 additions and 29 deletions

View File

@@ -261,7 +261,7 @@ impl Buf for CrLf {
mod tests {
use bytes::{BufMut};
use proto::io::Cursor;
use super::super::io::Cursor;
use super::Encoder;
#[test]