[Issue 14260] std.net.curl.byLineAsync should be stoppped manually.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 30 23:45:12 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=14260
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |code at dawg.eu
--- Comment #1 from Martin Nowak <code at dawg.eu> ---
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).
--
More information about the Digitalmars-d-bugs
mailing list