refactor(http): adjust debug logs

This commit is contained in:
Sean McArthur
2017-01-23 22:48:09 -08:00
parent 8cd89bed86
commit 8597c55a13
3 changed files with 16 additions and 8 deletions

View File

@@ -97,6 +97,7 @@ impl<I: Io, T: Http1Transaction, K: KeepAlive> Conn<I, T, K> {
other => Err(io::Error::new(io::ErrorKind::UnexpectedEof, other)),
}
} else {
debug!("socket read eof");
Ok(Async::Ready(None))
}
};