• Kenton Varda's avatar
    Don't queue reads/writes in TLS stream. · d10f8eab
    Kenton Varda authored
    This is definitely wrong, because it makes the read/write tasks impossible to cancel and possibly makes them outlive the buffers they are reading from / writing to.
    
    I have no idea why I wrote the code this way, TBQH.
    d10f8eab
tls.c++ 26.4 KB