Preventing timeout errors with the http request node

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.

The 'catch' node should produce events for this.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.