Minor bug fixes and API compliance
- 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