Skybrud.Essentials.Http v1.0.2
Installation
Changelog
- Fixed an issue with incorrect request body length due to multi-byte characters. As some characters may take up more than one byte, the length of
Encoding.UTF8.GetBytes(Body)
andBody.Length
could differ, causing the request code to fail (see f0561ab).