Skip to content
Snippets Groups Projects
Commit 098d2786 authored by Marek Vavruša's avatar Marek Vavruša Committed by Ondřej Surý
Browse files

daemon/tls: fixed improper use of callback, leaks

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
parent bcdd8ff5
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment