HTTP disconnect/timeout between request and response handling
Assume following scenario: Client is sending HTTP POST to server Request is valid and have been processed by server. Data has been inserted into database. Web application is responding to client Client meets timeout and does not see HTTP response. In this case we meet situation where: - client does not know if his data was valid and been inserted properly - web server (rails 3.2 application) does not show any exception, no matter if it is behind apache proxy or not I can't find how to handle such scenario in HTTP documentation. My question are: a) should client expect that his data MAY be