gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Updates the MHD_OPTI


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Updates the MHD_OPTION_URI_LOG_CALLBACK's documentation.
Date: Tue, 07 Mar 2017 14:42:36 +0100

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

silvioprog pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new fe7582e5 Updates the MHD_OPTION_URI_LOG_CALLBACK's documentation.
fe7582e5 is described below

commit fe7582e526243a477ebfee57f4733a1cb3627eb1
Author: silvioprog <address@hidden>
AuthorDate: Tue Mar 7 10:42:20 2017 -0300

    Updates the MHD_OPTION_URI_LOG_CALLBACK's documentation.
---
 ChangeLog                | 3 +++
 src/include/microhttpd.h | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 8afde556..22c324d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Tue Mar  7 10:37:45 BRT 2017
+       Updated the MHD_OPTION_URI_LOG_CALLBACK's documentation.
+
 Mon Mar  6 21:46:59 BRT 2017
        Added the i18n example fixing #4924. -SC
 
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 73d5da2f..c887b714 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1247,9 +1247,13 @@ enum MHD_OPTION
    * be the 0-terminated URI of the request.
    *
    * Note that during the time of this call, most of the connection's
-   * state is not initialized (as we have not yet parsed he headers).
+   * state is not initialized (as we have not yet parsed the headers).
    * However, information about the connecting client (IP, socket)
    * is available.
+   *
+   * The specified function is called only once per request, therefore some
+   * programmers may use it to instantiate their own request objects, freeing
+   * them in the notifier #MHD_OPTION_NOTIFY_COMPLETED.
    */
   MHD_OPTION_URI_LOG_CALLBACK = 7,
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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