I have a controller producing a response with a write_chunk() loop. I want to take a different action if the client does not read the full response - e.g. when a user hits Cancel in a file save dialog.
In a previous version of my code which ran in CGI mode SIGPIPE told me that information. Is there anything in Mojolicious which will relay the socket write error back to the controller? Thanks
