You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opts.managecookies::Bool&&!isempty(response.cookies) && (@log("caching received cookies for host: "*join(map(x->x.name, response.cookies), ", ")); union!(get!(client.cookies, host, Set{Cookie}()), response.cookies))
337
337
response.history = history
338
338
if opts.allowredirects::Bool&& req.method != HEAD && (300<=status(response) <400)
0 commit comments