Check if render's HTTP body was transmitted successfully

Hi there,

I want to be sure, that the data I send via render is transmitted fully and successfully to the recipient. In other words I want to know if the TCP connection to the recipient was finished without error. Is there a way to get this information out of the rails framework?

Thanks in advance