I have a node returning multiple JSON objects from a query in sequence. I want to trigger that query from a http node:
http-in -> my node -> http response.
The http response node it set to a header property "transfer-encoding: chunked".
When I run the node only the first json is returned and the rest ignored.
How can I tell the http-response to chunk replies?