• Marek Vavrusa's avatar
    daemon/tls: fixed improper use of callback, leaks · 098d2786
    Marek Vavrusa authored and Ondřej Surý's avatar Ondřej Surý committed
    the TLS sessions now bypass the usuall event loop asynchronous iops
    this is because the whole operation is synchronous right now, and
    implementing asynchronous send operations would require TLS session to
    restart write events on the event loop and making sure the "on complete"
    callback is called eventually
    098d2786