'hyper::server::conn::Http::<E>::keep_alive': renamed to http1_keep_alive

This commit is contained in:
Frank Denis 2020-04-14 19:23:38 +02:00
parent 87954b5012
commit f2215aa52f

View file

@ -282,7 +282,7 @@ impl DoH {
}
let mut server = Http::new();
server.keep_alive(self.globals.keepalive);
server.http1_keep_alive(self.globals.keepalive);
server.pipeline_flush(true);
let executor = LocalExecutor::new(self.globals.runtime_handle.clone());
let server = server.with_executor(executor);