gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37878 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37878 - libmicrohttpd/src/microhttpd
Date: Sun, 4 Sep 2016 18:15:25 +0200

Author: grothoff
Date: 2016-09-04 18:15:25 +0200 (Sun, 04 Sep 2016)
New Revision: 37878

Modified:
   libmicrohttpd/src/microhttpd/connection.c
Log:
fix #4634 as suggested

Modified: libmicrohttpd/src/microhttpd/connection.c
===================================================================
--- libmicrohttpd/src/microhttpd/connection.c   2016-09-04 15:51:15 UTC (rev 
37877)
+++ libmicrohttpd/src/microhttpd/connection.c   2016-09-04 16:15:25 UTC (rev 
37878)
@@ -1586,10 +1586,13 @@
         }
     }
   if (NULL != daemon->uri_log_callback)
-    connection->client_context
-      = daemon->uri_log_callback (daemon->uri_log_callback_cls,
-                                 curi,
-                                 connection);
+    {
+      connection->client_context
+        = daemon->uri_log_callback (daemon->uri_log_callback_cls,
+                                   curi,
+                                    connection);
+      connection->client_aware = MHD_YES;
+    }
   if (NULL != args)
     {
       args[0] = '\0';




reply via email to

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