Start hooking up sending data

This commit is contained in:
Carl Lerche
2017-08-07 21:01:15 -07:00
parent 6053ee059d
commit 71da8d121f
6 changed files with 76 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ impl<P, B> Recv<P, B>
// Increment the number of remote initiated streams
self.num_streams += 1;
Ok(Some(Stream::new()))
Ok(Some(Stream::new(id)))
}
/// Transition the stream state based on receiving headers