Skip to content
Snippets Groups Projects
  • Deucе's avatar
    7695d05b
    Now that we have a rwlock, extend it back to where it was. · 7695d05b
    Deucе authored
    We'll hold a reader lock under the session is established, which
    should prevent blocking other threads unless something is beating
    on get_ssl_cert() (which would be a different bug).
    
    This still needs to be figured out, but at least this should fix
    the immediate issue.
    7695d05b
    History
    Now that we have a rwlock, extend it back to where it was.
    Deucе authored
    We'll hold a reader lock under the session is established, which
    should prevent blocking other threads unless something is beating
    on get_ssl_cert() (which would be a different bug).
    
    This still needs to be figured out, but at least this should fix
    the immediate issue.