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 79919bc).