ITV / scala-pact

A Scala implementation of CDC using the Pact standard
Other
107 stars 54 forks source link

Doesn't work with chunked requests #50

Closed yasuba closed 7 years ago

yasuba commented 7 years ago

.withBackendConfig(BackendConfig( allowChunkedRequestBody = false ))

davesmith00000 commented 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

davesmith00000 commented 7 years ago

Will be in next release.