gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/09: internal_add_connection(): cosmetics


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/09: internal_add_connection(): cosmetics
Date: Sun, 04 Jun 2017 14:08:00 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit b65a22107e0da3b698383720437feb0b7eeaa60e
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Jun 4 13:12:56 2017 +0300

    internal_add_connection(): cosmetics
---
 src/microhttpd/daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 754d795d..3c275191 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2364,7 +2364,7 @@ internal_add_connection (struct MHD_Daemon *daemon,
       /* have a pool, try to find a pool with capacity; we use the
         socket as the initial offset into the pool for load
         balancing */
-      for (i=0;i<daemon->worker_pool_size;i++)
+      for (i = 0; i < daemon->worker_pool_size; ++i)
         {
           worker = &daemon->worker_pool[(i + client_socket) % 
daemon->worker_pool_size];
           if (worker->connections < worker->connection_limit)

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



reply via email to

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