Skip to content

Flurl.Http 2.4.1

Compare
Choose a tag to compare
@tmenier tmenier released this 15 Feb 03:22
· 361 commits to dev since this release
  • Multipart enhancement: allow alternate filename when adding file based on local path (#402)
  • Improvements to downloaded file name inference (#404)
  • Ensure FlurlClientFactory.Get is only called once when sending request (#374)
  • BUGFIX: Plugged memory leak by disposing CancellationTokenSource (#395)
  • BUGFIX: Prevent adding Content-Type header to multipart strings (#392)
  • BUGFIX: Missed a few cases when setting headers at request vs content level (#405)