diff --git a/src/http/conn.rs b/src/http/conn.rs index f3177386..758b961a 100644 --- a/src/http/conn.rs +++ b/src/http/conn.rs @@ -97,7 +97,7 @@ impl Conn { other => Err(io::Error::new(io::ErrorKind::UnexpectedEof, other)), } } else { - debug!("socket read eof"); + debug!("socket complete"); Ok(Async::Ready(None)) } };