Hi, Using Rails and Mongrel. While serving downloads, conditioned on verification of a key done in Rails, I would like to register when the response has been in its entirety to the client, as well as when the transfer was interrupted due to a client closing the connection. How can I achieve this? Christian
On 17 Mar 2007, at 03:48, Christian Rish?j wrote:> I would like to register when > the response has been in its entirety to the client, as well as when > the transfer was interrupted due to a client closing the connection.That was not very clear, sorry. In essence, I need to register when a download has been fully served to a client. Any clues are much appreciated. Christian