OM_HTTP Warning
I'm having an alert every time the om_http sends a message to a web service. Has anyone ever experienced this?
LOG:
2015-08-19 16:45:18 INFO connecting to localhost:80
2015-08-19 16:45:18 WARNING http server disconnected while reading the response
2015-08-19 16:45:18 INFO reconnecting in 0 seconds
CONF:
<Output outATM>
Module om_http
URL http://localhost:80/modules/AtmProcessorMT/index.php
</Output>
Yes, I had the same issue.
It depends on the web server closing the connection after some minutes. Try putting an infinite timeout in the keepalive settings.
I had to abandon the http method because I found it unusable for a large traffic.
Angelo.