Control and Connection::next_stream has been removed since 0.11 and 0.12, in favor of poll-based methods on Connection.
The PR updated doc comments regarding those structs. Some outdated non-doc comments at the top of connection.rs (L12) are unchanged, because I am not familiar with the crate enough to rewrite that part.
Control
andConnection::next_stream
has been removed since 0.11 and 0.12, in favor of poll-based methods onConnection
.The PR updated doc comments regarding those structs. Some outdated non-doc comments at the top of connection.rs (L12) are unchanged, because I am not familiar with the crate enough to rewrite that part.
This fixes #171.