gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 12/14: microhttpd.h: minor doxy improvement


From: gnunet
Subject: [libmicrohttpd] 12/14: microhttpd.h: minor doxy improvement
Date: Tue, 19 Apr 2022 19:31:19 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 81daa705ca9bc8bec6cf877c684021cabddcca61
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Apr 19 19:58:31 2022 +0300

    microhttpd.h: minor doxy improvement
---
 src/include/microhttpd.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index bd928ace..309929ca 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3499,6 +3499,10 @@ enum MHD_ResponseMemoryMode
    * Buffer is heap-allocated with `malloc()` (or equivalent) and
    * should be freed by MHD after processing the response has
    * concluded (response reference counter reaches zero).
+   * @warning Make sure that your application and MHD are using the same
+   *          C-runtime library (especially important for W32). if in doubt,
+   *          use function MHD_create_response_from_buffer_with_free_callback()
+   *          with '&free' as crfc parameter.
    * @ingroup response
    */
   MHD_RESPMEM_MUST_FREE,

-- 
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]