From ad04b41d7a98ed1560495eaae2f42255ad1496f0 Mon Sep 17 00:00:00 2001 From: wangwei Date: Wed, 5 Jun 2019 16:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dallow=5Fhttp2=E7=9A=84?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/configuration/proxy/InterceptController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/nis/web/controller/configuration/proxy/InterceptController.java b/src/main/java/com/nis/web/controller/configuration/proxy/InterceptController.java index f2f651774..dfa259578 100644 --- a/src/main/java/com/nis/web/controller/configuration/proxy/InterceptController.java +++ b/src/main/java/com/nis/web/controller/configuration/proxy/InterceptController.java @@ -210,8 +210,8 @@ public class InterceptController extends CommonController { if(StringUtils.isNotBlank(allow_http2)){ map.put("allow_http2", Integer.parseInt(allow_http2.trim())); }else { - allow_http2="1"; - map.put("allow_http2", 1); + allow_http2="0"; + map.put("allow_http2", 0); } if("0".equals(mirror_client)) { if(StringUtils.isNotBlank(min)){