When using `Netty4ClientHttpRequestFactory` request bodies are not send to the server. ## Expected Behavior Request body is transmitted. ## Actual Behavior Server observes empty request body. ## Steps to Reproduce See https://github.com/zalando/riptide/commit/a85ce45b88f9385a37f348a37ece37af45d73ac3. ## Your Environment * Version used: https://github.com/zalando/riptide/commit/797dc47da604ab5346eff5e4bf3b699bb29a8e6f
When using
Netty4ClientHttpRequestFactoryrequest bodies are not send to the server.Expected Behavior
Request body is transmitted.
Actual Behavior
Server observes empty request body.
Steps to Reproduce
See a85ce45.
Your Environment