Remove deprecated-in-0.1.x APIs

This commit is contained in:
Sean McArthur
2019-08-20 14:22:10 -07:00
parent f46840f3fa
commit f31ec5d0da
6 changed files with 2 additions and 51 deletions

View File

@@ -405,15 +405,6 @@ where
self.connection.poll(cx).map_err(Into::into)
}
#[deprecated(
note = "use abrupt_shutdown or graceful_shutdown instead",
since = "0.1.4"
)]
#[doc(hidden)]
pub fn close_connection(&mut self) {
self.graceful_shutdown();
}
/// Sets the connection to a GOAWAY state.
///
/// Does not terminate the connection. Must continue being polled to close