Skip to content
  • Ondřej Surý's avatar
    Fix dangling uvreq when data is sent from tlsdns_cycle() · 5cc406a9
    Ondřej Surý authored
    The tlsdns_cycle() might call uv_write() to write data to the socket,
    when this happens and the socket is shutdown before the callback
    completes, the uvreq structure was not freed because the callback would
    be called with non-zero status code.
    5cc406a9