gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 05/05: websockets interface: added "experimental" warnin


From: gnunet
Subject: [libmicrohttpd] 05/05: websockets interface: added "experimental" warning
Date: Sun, 31 Oct 2021 14:37:35 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 22a04edf90d797581abadc00733e55a08f58ac6a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Oct 31 16:20:22 2021 +0300

    websockets interface: added "experimental" warning
---
 src/include/microhttpd_ws.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/include/microhttpd_ws.h b/src/include/microhttpd_ws.h
index 8708bd6f..27da0553 100644
--- a/src/include/microhttpd_ws.h
+++ b/src/include/microhttpd_ws.h
@@ -21,6 +21,13 @@
  * @brief interface for experimental web socket extension to libmicrohttpd
  * @author David Gausmann
  */
+/*
+ *                            *** WARNING! ***
+ * *   The websockets interface is currenly in "experimental" stage.   *
+ * * It does not work on architectures with endianness different from  *
+ * * big endian and little endian and may have some portability issues.*
+ * * API and ABI are not yet stable.                                   *
+ */
 #ifndef MHD_MICROHTTPD_WS_H
 #define MHD_MICROHTTPD_WS_H
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]