gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/08: MHD_create_response_from_buffer_copy(): fixed dox


From: gnunet
Subject: [libmicrohttpd] 02/08: MHD_create_response_from_buffer_copy(): fixed doxy
Date: Sat, 14 May 2022 15:11:37 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 4fc1bbfd5bf3196e1f603e443b51ddec911305b4
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat May 14 14:52:07 2022 +0300

    MHD_create_response_from_buffer_copy(): fixed doxy
---
 src/include/microhttpd.h  | 4 ++--
 src/microhttpd/response.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 2f3a99a9..3e1dbc96 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3696,8 +3696,8 @@ MHD_create_response_from_buffer_static (size_t size,
 
 
 /**
- * Create a response object with the content of provided statically allocated
- * buffer used as the response body.
+ * Create a response object with the content of provided temporal buffer
+ * used as the response body.
  *
  * An internal copy of the buffer will be made automatically, so buffer have
  * to be valid only during the call of this function (as a typical example:
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 65158819..463f01a7 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -1386,8 +1386,8 @@ MHD_create_response_from_buffer_static (size_t size,
 
 
 /**
- * Create a response object with the content of provided statically allocated
- * buffer used as the response body.
+ * Create a response object with the content of provided temporal buffer
+ * used as the response body.
  *
  * An internal copy of the buffer will be made automatically, so buffer have
  * to be valid only during the call of this function (as a typical example:

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