Closed seanmonstar closed 6 years ago
Err
Service::poll_ready
Service
Connection
poll_close
graceful_shutdown
tower_h2::server::Connection
Err
returned fromService::poll_ready
, an abrupt shutdown is started, and allowed to flush before returning the error.Service
isn't ready, theConnection
is still polled (viapoll_close
) so that internal HTTP2 connection state still functions.graceful_shutdown
totower_h2::server::Connection
, to start a graceful HTTP2 shutdown.