Skip to content

Skybrud.Social.Core v1.0.11

Latest
Compare
Choose a tag to compare
@abjerner abjerner released this 08 Dec 23:20
· 3 commits to master since this release

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) and Body.Length could differ, causing the request code to fail (see 79919bc).