elsa-core/src
Sipke Schoorstra 472f7da5fb
Fix Content-Length mismatch by reworking RawStringContent (#7027)
- 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.
2025-11-01 21:19:09 +01:00
..
apps Reverting wrong commits 2025-10-09 14:36:56 +02:00
clients/Elsa.Api.Client Refactor flowchart token handling and enhance merge mode behavior (#6937) 2025-10-01 15:01:33 +02:00
common Merge pull request #7002 from elsa-workflows/chore/run-javascript-tests 2025-10-29 13:59:52 +01:00
extensions/Elsa.Testing.Extensions Fix ASP.NET integration test crashes by adding proper Elsa background task shutdown (#6686) 2025-05-24 23:25:37 +02:00
modules Fix Content-Length mismatch by reworking RawStringContent (#7027) 2025-11-01 21:19:09 +01:00
samples Fix ASP.NET integration test crashes by adding proper Elsa background task shutdown (#6686) 2025-05-24 23:25:37 +02:00
Directory.Build.props