提交 06867722 编写于 作者: 如梦技术's avatar 如梦技术 🐛

mica-http 代码优化。

上级 207e2c2c
...@@ -57,7 +57,7 @@ public class InMemoryCookieManager implements CookieJar { ...@@ -57,7 +57,7 @@ public class InMemoryCookieManager implements CookieJar {
} }
// 清除过期 cookie // 清除过期 cookie
if (!needRemoveCookieList.isEmpty()) { if (!needRemoveCookieList.isEmpty()) {
cookieSet.removeAll(needRemoveCookieList); needRemoveCookieList.forEach(cookieSet::remove);
} }
return matchedCookieList; return matchedCookieList;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册