mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-05 14:07: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();
|
let mut server = Http::new();
|
||||||
server.keep_alive(self.globals.keepalive);
|
server.keep_alive(self.globals.keepalive);
|
||||||
|
server.pipeline_flush(true);
|
||||||
|
|
||||||
#[cfg(feature = "tls")]
|
#[cfg(feature = "tls")]
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue