|
|
|
|
@ -73,7 +73,7 @@ public class OkCookieJar implements CookieJar { |
|
|
|
|
try { |
|
|
|
|
if ("127.0.0.1".equals(url.host())) return; |
|
|
|
|
for (Cookie cookie : cookies) manager.setCookie(url.toString(), cookie.toString()); |
|
|
|
|
get().manager.flush(); |
|
|
|
|
manager.flush(); |
|
|
|
|
} catch (Throwable ignored) { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|