commit 22a04edf90d797581abadc00733e55a08f58ac6a parent f44e4bf89644579cfc203db77336a2a2b0e19da0 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Sun, 31 Oct 2021 16:20:22 +0300 websockets interface: added "experimental" warning Diffstat:
| M | src/include/microhttpd_ws.h | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git 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