Hi, I traced it to ParseData line 147.
UTF8.writeString(out, (String) e.getKey());
UTF8.writeString(out, (String) e.getValue());
it seems that Set-Cookie key comes with a ArrayList value?
Hi, I traced it to ParseData line 147.
UTF8.writeString(out, (String) e.getKey());
UTF8.writeString(out, (String) e.getValue());
it seems that Set-Cookie key comes with a ArrayList value?