https://issues.dlang.org/show_bug.cgi?id=14260
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Martin Nowak <[email protected]> --- The code is already provisioned to handle that, just need to enhance WorkerThreadProtocol to add an abort method that sends a bool to workerTid. This will be received in _receiveAsyncChunks and tell curl to abort the request (by returning 0 from onReceive). --
