Unverified Commit f32dfbd9 authored by hasankandemir1993's avatar hasankandemir1993 Committed by GitHub

Update http.cc

parent e875b039
......@@ -294,6 +294,7 @@ namespace Private {
}
if (name == "Cookie") {
message->cookies_.removeAllCookies(); // removing existing cookies before re-adding them.
message->cookies_.addFromRaw(cursor.offset(start), cursor.diff(start));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment