Thread overview
[Issue 14260] std.net.curl.byLineAsync should be stoppped manually.
Jan 30, 2018
Martin Nowak
Jan 30, 2018
Martin Nowak
Dec 17, 2022
Iain Buclaw
January 30, 2018
https://issues.dlang.org/show_bug.cgi?id=14260

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #1 from Martin Nowak <code@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).

--
January 30, 2018
https://issues.dlang.org/show_bug.cgi?id=14260

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp, trivial

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14260

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=14260

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10119

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--