Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix random 401 errors #501

Merged
merged 1 commit into from
Sep 7, 2020
Merged

Fix random 401 errors #501

merged 1 commit into from
Sep 7, 2020

Conversation

tdryer
Copy link
Owner

@tdryer tdryer commented Sep 7, 2020

Google appear to be randomly routing requests to a new backend that does
not support quoted cookie values. Until aiohttp gets an option to
disable quoting cookie values, we need to serialize the cookie header
ourselves as a workaround.

Fixes #498.

Google appear to be randomly routing requests to a new backend that does
not support quoted cookie values. Until aiohttp gets an option to
disable quoting cookie values, we need to serialize the cookie header
ourselves as a workaround.

Fixes #498.
@tdryer tdryer merged commit 3d1960e into master Sep 7, 2020
@tdryer tdryer deleted the fix-rand-401 branch September 7, 2020 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Occasional 401 Unauthorized errors
1 participant