Skip to content

Releases: startersclan/StatsPython

3.2.0

23 Jun 17:57
5497f4b
Compare
Choose a tag to compare

Changes

🚀 Features

3.1.2

22 Jan 05:44
13fd579
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix (python): Fix regression in miniclient.http_get() to read full response body if Content-Length or Transfer-Encoding HTTP Headers are absent (#3)

3.1.1

22 Jan 05:43
b21652e
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix (python): Fix miniclient.http_get() causing nginx to fail with 499 (#1)
  • Fix (python): Fix http library to support chunked responses (#2)