Enable pipeline_flush

This commit is contained in:
Frank Denis 2019-12-23 17:01:33 +01:00
parent 02ce4c9e9b
commit f2e5f13e85

View file

@ -277,6 +277,7 @@ impl DoH {
let mut server = Http::new();
server.keep_alive(self.globals.keepalive);
server.pipeline_flush(true);
#[cfg(feature = "tls")]
{