[Issue 14260] New: std.net.curl.byLineAsync should be stoppped manually.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Mar 8 00:11:57 PST 2015


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

          Issue ID: 14260
           Summary: std.net.curl.byLineAsync should be stoppped manually.
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: Phobos
          Assignee: nobody at puremagic.com
          Reporter: enjouzensyou.boinc at gmail.com

In the current implementation of byLineAsync, the created thread can not be
terminated at any time manually.
It are permanently executed until the end of communication.

--


More information about the Digitalmars-d-bugs mailing list