• Marek Vavruša's avatar
    daemon/io: fixed corrupted handles with exhausted TCP clients · 8002457b
    Marek Vavruša authored
    the TCP allowed parallel processing of multiple requests over
    one client socket, however if the client socket disconnected,
    it left the running tasks reading from bad handle
    now each task takes ownership of the handle until it is finished,
    only then it is returned to the loop and closed
    8002457b