mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-28 02:49:02 +02:00
remove unused code
This commit is contained in:
@ -89,15 +89,6 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn shutdown(&mut self) {
|
||||
self.state = State::Empty;
|
||||
self.tasks.clear();
|
||||
}
|
||||
|
||||
pub fn settings(&self) -> &ServiceConfig<H> {
|
||||
&self.settings
|
||||
}
|
||||
|
||||
pub fn poll(&mut self) -> Poll<(), HttpDispatchError> {
|
||||
self.poll_keepalive()?;
|
||||
|
||||
|
Reference in New Issue
Block a user