Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 221 Bytes

File metadata and controls

1 lines (1 loc) · 221 Bytes

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`.