Skip to content

Skybrud.Essentials.Http v1.0.2

Compare
Choose a tag to compare
@abjerner abjerner released this 04 Feb 22:36

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 f0561ab).