Skip to content
  • Nick Mathewson's avatar
    Remove tor_tls_shutdown() · dd04fc35
    Nick Mathewson authored
    This function was supposed to implement a half-duplex mode for our
    TLS connections.  However, nothing in Tor actually uses it (besides
    some unit tests), and the implementation looks really questionable
    to me.  It's probably best to remove it.  We can add a tested one
    later if we need one in the future.
    dd04fc35