- Replace StreamWriter-based RawStringContent with ByteArrayContent-based implementation to guarantee bytes written == Content-Length. - Pre-encode string to byte[] using provided Encoding (no BOM), and set Content-Type without charset. - Update JsonContentFactory to use the new RawStringContent to avoid length mismatches under load/bulk dispatch. |
||
|---|---|---|
| .. | ||
| apps | ||
| clients/Elsa.Api.Client | ||
| common | ||
| extensions/Elsa.Testing.Extensions | ||
| modules | ||
| samples | ||
| Directory.Build.props | ||