mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Enable pipeline_flush
This commit is contained in:
parent
02ce4c9e9b
commit
f2e5f13e85
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ impl DoH {
|
|||
|
||||
let mut server = Http::new();
|
||||
server.keep_alive(self.globals.keepalive);
|
||||
server.pipeline_flush(true);
|
||||
|
||||
#[cfg(feature = "tls")]
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue