Skip to content

v1.20.0

Compare
Choose a tag to compare
@erikdubbelboer erikdubbelboer released this 08 Feb 08:47
· 437 commits to master since this release
a88030b
  • a88030b fix gracefilly shutdown bug, issue #958 (#960) (AlphaBaby)
  • 1494fdc Fix clientGetURLDeadline (Erik Dubbelboer)
  • 0956208 Add request body streaming. Fixes #622 (#911) (Kirill Danshin)
  • fbe6a2d Add fasthttp.GenerateTestCertificate and use in tests (Erik Dubbelboer)
  • 838d3ab Allow concurrent ServeTLS (Erik Dubbelboer)
  • 3cec26d Allow stopping FS handler cleanup gorountine (#942) (Erik Dubbelboer)
  • ed1cedd Fix race condition in Client.DoTimeout (Erik Dubbelboer)
  • 5661df8 Improve documentation about DelClientCookie which related with #951. (#956) (kiyon)
  • b4b40e9 Do not start connsCleaner on SetConnectionClosed requests. (#950) (Mike Faraponov)
  • 70e00dc Ignore empty Transfer-Encoding headers (Erik Dubbelboer)