This commit is contained in:
@@ -143,6 +143,7 @@ public class HttpRequest extends Request<HttpContext> {
|
|||||||
this.host = value;
|
this.host = value;
|
||||||
break;
|
break;
|
||||||
case "Cookie":
|
case "Cookie":
|
||||||
|
case "cookie":
|
||||||
if (this.cookie == null || this.cookie.isEmpty()) {
|
if (this.cookie == null || this.cookie.isEmpty()) {
|
||||||
this.cookie = value;
|
this.cookie = value;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user