theelous3 / asks

Async requests-like httplib for python.
MIT License
508 stars 63 forks source link

Coroutine not awaited in request_object.py #182

Closed CommReteris closed 2 years ago

CommReteris commented 3 years ago

https://github.com/theelous3/asks/blob/4304a7d234b9495730efcb3243b44dc8e472b3a4/asks/request_object.py#L368

Should be:

allow_redirect = await self._location_auth_protect(location)