commit 902e3774f5098f90fb9ec0125b3814ce2d0ba088
parent fe6716d103a696ece5b5a13ff57abe02d84e368e
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 9 Feb 2020 23:41:01 +0100
explain non-blocking is guaranteed (#6019)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -2000,6 +2000,7 @@ enum MHD_ConnectionInfoType
/**
* Request the file descriptor for the connection socket.
+ * MHD sockets are always in non-blocking mode.
* No extra arguments should be passed.
* @ingroup request
*/