Version 3.1.1
3.1.1 (2023-10-11)
Fixed
- Fixed
Transfer-Encoding
wrongfully added to headers when body is actually of length 0. Due to the ambiguous return ofsuper_len
in niquests internals. - Fixed accepting three-valued tuple for Timeout (connect, read, total) in addition to known (connect, read) tuple.