Merge branch 'master' into registry-nacos

This commit is contained in:
tanghc
2019-07-24 18:55:17 +08:00

View File

@@ -270,7 +270,7 @@ public class HttpTool {
} }
public static HTTPMethod fromValue(String v) { public static HTTPMethod fromValue(String v) {
return valueOf(v); return valueOf(v.toUpperCase());
} }
} }