From 7e35388a84afaa75a3e3ebe1a882288e2c4034ab Mon Sep 17 00:00:00 2001 From: myyrakle Date: Fri, 20 Dec 2024 01:29:08 +0900 Subject: [PATCH] =?UTF-8?q?[#159]=20http2=20=EB=B6=80=ED=8C=85=20=EA=B5=AC?= =?UTF-8?q?=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rupring_example/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rupring_example/application.properties b/rupring_example/application.properties index a50c325..169b89e 100644 --- a/rupring_example/application.properties +++ b/rupring_example/application.properties @@ -6,4 +6,5 @@ server.compression.mime-types=application/json,application/xml,text/html,text/xm server.compression.min-response-size=1024 server.compression.algorithm=gzip server.request-timeout=3s -server.http1.keep-alive=false \ No newline at end of file +server.http1.keep-alive=true +server.http2.enabled=true \ No newline at end of file