Skip to content

Version 2.7.901

Compare
Choose a tag to compare
@Ousret Ousret released this 27 Mar 06:56
· 27 commits to main since this release
f84257f

2.7.901 (2024-03-27)

  • Fixed an edge case with Response::read() confusing situation where passing a positive amount to read then
    passing None n-times would continuously return cached data if the stream was closed (content consumed).
  • Fixed IncompleteRead exception property expected that did not contain the "remaining" amount expected but rather
    the total expected.