Skip to content

Stirring performance, boys.

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 01:27
· 50 commits to master since this release

Fixed

  • Greatly reduce CPU usage, particularly when receiving long-running or large responses. This was caused by a bug where timeout timers were not being cleared once they expired, effectively creating a repeating timer that would cause repeated extra polls. Huge thanks to @jacobmischka for finding and fixing this bug! (#348, #350)
  • Return true for Body::is_empty for HEAD responses (#341, #343)
  • Fix code coverage analysis failing to run in CI. (#351)