Hi,
EMS doesn’t expect anything in return. However, it plays nice and waits for a response from the web server just to make sure that the server will continue processing. If EMS would close the connection immediately after doing the post, some web servers will treat that as an end-of-processing on server side, cancelling the handling of that outstanding request.
That "Error" message you get is just EMS informing you that a connection is dead. It is in the lower levels of EMS. In this particular case, it can be simply ignored because that connection was the HTTP event connection and there is no use for it anyway. As far as I see, your script closed the connection. If that is OK with your web server script, that is perfect. You will actually save some CPU cycles on EMS side :)” />
For the second problem, I will need your entire config file to look at. PM me with that please
Best regards,
Andrei