Closed tdryer closed 4 years ago
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.