$Id: error-handling.txt,v 1.1 2000/08/28 03:17:02 mbp Exp $ rproxy does not cope very well at the moment when somebody terminates a request, and in fact only copes because the particular child can die. I think `connection reset by peer' would be better than just closing the connection, because at least it gives the client some idea that something's gone wrong. How can we achieve this?