Back to Aiohttp

11859.Bugfix

CHANGES/11859.bugfix.rst

4.0.0a1220 B
Original Source

Removed support for ClientTimeout(total=0) to disable timeouts. Use None instead of 0 to disable the total timeout. Passing 0 now raises :exc:ValueError with a clear error message -- by :user:veeceey.