gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 09/09: MHD_add_connection(): updated doxy t


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 09/09: MHD_add_connection(): updated doxy to reflect that per-IP-limit actually is NOT ignored. Skipping of per-IP-limit could be easily implemented by request.
Date: Sun, 04 Jun 2017 14:08:07 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit b784423084c88e1d20090ce8534873477f7a2e91
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Jun 4 14:54:37 2017 +0300

    MHD_add_connection(): updated doxy to reflect that per-IP-limit actually is 
NOT ignored.
    Skipping of per-IP-limit could be easily implemented by request.
---
 ChangeLog                | 4 ++++
 src/include/microhttpd.h | 2 --
 src/microhttpd/daemon.c  | 4 ----
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 11eafd20..657dc286 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jun 04 15:02:00 MSK 2017
+       Improved thread-safety of MHD_add_connection() and
+       internal_add_connection(), minor optimisations. -EG
+
 Sun May 28 23:26:00 MSK 2017
        Releasing GNU libmicrohttpd 0.9.55. -EG
 
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 40a723d6..02a88d67 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2189,8 +2189,6 @@ MHD_stop_daemon (struct MHD_Daemon *daemon);
  * this call and must no longer be used directly by the application
  * afterwards.
  *
- * Per-IP connection limits are ignored when using this API.
- *
  * @param daemon daemon that manages the connection
  * @param client_socket socket to manage (MHD will expect
  *        to receive an HTTP request from this socket next).
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index f33d6cac..455539a9 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2328,8 +2328,6 @@ MHD_cleanup_connections (struct MHD_Daemon *daemon);
  * this call and must no longer be used directly by the application
  * afterwards.
  *
- * Per-IP connection limits are ignored when using this API.
- *
  * @param daemon daemon that manages the connection
  * @param client_socket socket to manage (MHD will expect
  *        to receive an HTTP request from this socket next).
@@ -3000,8 +2998,6 @@ resume_suspended_connections (struct MHD_Daemon *daemon)
  * this call and must no longer be used directly by the application
  * afterwards.
  *
- * Per-IP connection limits are ignored when using this API.
- *
  * @param daemon daemon that manages the connection
  * @param client_socket socket to manage (MHD will expect
  *        to receive an HTTP request from this socket next).

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



reply via email to

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