Closed yasuba closed 7 years ago
For my own memory: This was using the RosHTTP library which chunks POST request bodies by default. If it matters this was also an XML request we were testing. https://github.com/hmil/RosHTTP
Will be in next release.
.withBackendConfig(BackendConfig( allowChunkedRequestBody = false ))