I have a route that sends to a service running on DataPower, which by default
sends responses as Transfer-Encoding: chunked.
I need to be able to set up a route to use in a test case that simulates this
service, but I can't see any way to tell a netty4-http consumer to send a
chunked response.
ke to be able to get my simulated DataPower route to send a chunked
response, though. Any ideas on how I can do that?
-Original Message-
From: Sharples, Colin [mailto:colin.sharp...@anz.com]
Sent: Tuesday, 12 December 2017 6:00 p.m.
To: users@camel.apache.org
Subject: netty4-http send ch