Trying to get something working

This commit is contained in:
Carl Lerche
2017-08-10 13:15:40 -07:00
parent 6c962491c6
commit a1b03b7724
7 changed files with 127 additions and 39 deletions

View File

@@ -103,6 +103,8 @@ impl<T, P, B> Connection<T, P, B>
}
};
debug!("recv; frame={:?}", frame);
match frame {
Some(Headers(frame)) => {
trace!("recv HEADERS; frame={:?}", frame);