add test when stream window overflows before conn window

This commit is contained in:
Sean McArthur
2017-09-11 15:05:52 -07:00
parent e2cda1860b
commit 3ec0e85e56
6 changed files with 151 additions and 77 deletions

View File

@@ -62,10 +62,7 @@ fn send_recv_data() {
])
.build();
let mut h2 = Client::builder()
.handshake(mock)
.wait()
.unwrap();
let mut h2 = Client::builder().handshake(mock).wait().unwrap();
let request = Request::builder()
.method(Method::POST)