This commit is contained in:
Redkale
2018-03-12 10:04:53 +08:00
parent 7e348782e4
commit 204e6ec99f

View File

@@ -143,6 +143,7 @@ public class HttpRequest extends Request<HttpContext> {
this.host = value;
break;
case "Cookie":
case "cookie":
if (this.cookie == null || this.cookie.isEmpty()) {
this.cookie = value;
} else {