mod_s2s_auth_dane/README: Mention the race condition in the absence of util.async
authorKim Alvefur <zash@zash.se>
Sun, 12 Feb 2017 17:05:44 +0100
changeset 2497 a6486881fe42
parent 2496 63fb612d6ec5
child 2499 5ca2470a7755
mod_s2s_auth_dane/README: Mention the race condition in the absence of util.async
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.
+
+