Async certificate retrieving - problem still exists #1100
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
After the latest release the problem of retrieving certificate still exists for async mode. Here is the previous fix - #1050
Environment details
google-auth
version: 2.10.0Steps to reproduce
I suppose that the problem is in
'Content-Encoding': 'gzip'
(response
), which is not supported byRequest
(google-auth-library-python/google/auth/transport/_aiohttp_requests.py
Line 140 in e9b8304
instead, the following code should be used:
The text was updated successfully, but these errors were encountered: