From dcf6888794be118223adfe0d784279ee82305e29 Mon Sep 17 00:00:00 2001 From: myyrakle Date: Fri, 27 Dec 2024 19:34:53 +0900 Subject: [PATCH] =?UTF-8?q?[#197]=20=EA=B2=BD=EA=B3=A0=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rupring/src/core/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rupring/src/core/mod.rs b/rupring/src/core/mod.rs index 2d50a2b..f178693 100644 --- a/rupring/src/core/mod.rs +++ b/rupring/src/core/mod.rs @@ -83,6 +83,7 @@ pub async fn run_server( ); } + #[cfg(not(feature = "http2"))] let keep_alive = application_properties.server.http1.keep_alive.to_owned(); #[cfg(feature = "tls")]