Get settings handshake working + other junk

This commit is contained in:
Carl Lerche
2017-06-23 15:51:00 -07:00
parent fa21970656
commit ac2959e956
4 changed files with 44 additions and 19 deletions

View File

@@ -83,7 +83,7 @@ impl Peer for Client {
// TODO: Factor in trailers
if !body {
frame.set_end_stream();
// frame.set_end_stream();
} else {
unimplemented!();
}