Skip to content

Minor bug fixes and API compliance

Compare
Choose a tag to compare
@cbeuw cbeuw released this 18 Oct 22:53
  • There was a 1/256 chance that a stream fails to close, this is now fixed
  • Significantly reduce the amount of memory allocations
  • POST to /admin/users/{UID} endpoint now expects the request body to contain a JSON string, rater than an encoded POST form. Cloak-panel has been updated to reflect this