github orhun/rustypaste v0.10.1

latest releases: v0.15.1, v0.15.0, v0.14.4...
15 months ago

Added

  • Add a middleware for checking the content length
    • Before, the upload size was checked after full upload which was clearly wrong.
    • With this change, total amount of bytes to upload is checked via Content-Length header before the upload.

Changed

Fixed

  • Do not drop the config watcher
    • Since 0.9.0, the configuration watcher was dropped early which caused for it to not work and resulted in mysterious spikes in CPU usage.
    • With this version, this issue is fixed.

Don't miss a new rustypaste release

NewReleases is sending notifications on new releases.