I have a flow that sometimes sends 'EVENTs' over http, using the http-request node. Events require no response, but of course the http-request node expects one. When one doesn't turn up within the timeout period, it generates a timeout error message, which I want to suppress. Is there any way to do that?
I am currently fudging the issue by sending a zero length string in response.