修复allow_http2的状态更新
This commit is contained in:
@@ -210,8 +210,8 @@ public class InterceptController extends CommonController {
|
|||||||
if(StringUtils.isNotBlank(allow_http2)){
|
if(StringUtils.isNotBlank(allow_http2)){
|
||||||
map.put("allow_http2", Integer.parseInt(allow_http2.trim()));
|
map.put("allow_http2", Integer.parseInt(allow_http2.trim()));
|
||||||
}else {
|
}else {
|
||||||
allow_http2="1";
|
allow_http2="0";
|
||||||
map.put("allow_http2", 1);
|
map.put("allow_http2", 0);
|
||||||
}
|
}
|
||||||
if("0".equals(mirror_client)) {
|
if("0".equals(mirror_client)) {
|
||||||
if(StringUtils.isNotBlank(min)){
|
if(StringUtils.isNotBlank(min)){
|
||||||
|
|||||||
Reference in New Issue
Block a user