# HG changeset patch # User Kim Alvefur # Date 1486915544 -3600 # Node ID a6486881fe4259eff6fbd49ce15b2f93b16209c6 # Parent 63fb612d6ec5303615aed40eb20d00ed28b6cc44 mod_s2s_auth_dane/README: Mention the race condition in the absence of util.async diff -r 63fb612d6ec5 -r a6486881fe42 mod_s2s_auth_dane/README.markdown --- a/mod_s2s_auth_dane/README.markdown Sun Feb 12 17:05:28 2017 +0100 +++ b/mod_s2s_auth_dane/README.markdown Sun Feb 12 17:05:44 2017 +0100 @@ -81,3 +81,12 @@ ============= Requires 0.9 or above. + +Known issues +============ + +- A race condition between the DANE lookup and completion of the TLS + handshake may cause a crash. This does not happen in **trunk** + thanks to better async support. + +