Skip to content

Version 3.1.1

Compare
Choose a tag to compare
@Ousret Ousret released this 11 Oct 18:39
· 175 commits to main since this release
d616667

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 of super_len in niquests internals.
  • Fixed accepting three-valued tuple for Timeout (connect, read, total) in addition to known (connect, read) tuple.