In the httpclient modulethere is a getContentproc which downloads a file. The proc accepts a timeout, but I would also like to allow users to abort network connections. I can hook Cltr+C to set a flag, but how can I abort the download once I see this flag?