Sometimes when data is sent as one chunk, HTTPObject.isEndOfStream() is set to false. This makes it challenging to recognise when the stream ends or when the last chunk is received.
In that case, how do you inject transformer faults that manipulate the HTTP body?
Sometimes when data is sent as one chunk,
HTTPObject.isEndOfStream()
is set to false. This makes it challenging to recognise when the stream ends or when the last chunk is received.In that case, how do you inject transformer faults that manipulate the HTTP body?