gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16780 - in libmicrohttpd: . src/daemon


From: gnunet
Subject: [GNUnet-SVN] r16780 - in libmicrohttpd: . src/daemon
Date: Tue, 13 Sep 2011 09:48:32 +0200

Author: grothoff
Date: 2011-09-13 09:48:31 +0200 (Tue, 13 Sep 2011)
New Revision: 16780

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/src/daemon/connection.c
Log:
for Regis (see ML)

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2011-09-13 07:46:29 UTC (rev 16779)
+++ libmicrohttpd/ChangeLog     2011-09-13 07:48:31 UTC (rev 16780)
@@ -1,3 +1,6 @@
+Tue Sep 13 09:47:58 CEST 2011
+       Try to release responses more promptly upon connection termination. -CG
+
 Mon Sep 12 10:20:28 CEST 2011
        Releasing libmicrohttpd 0.9.14. -CG
 

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2011-09-13 07:46:29 UTC (rev 
16779)
+++ libmicrohttpd/src/daemon/connection.c       2011-09-13 07:48:31 UTC (rev 
16780)
@@ -316,6 +316,11 @@
       MHD_destroy_response (pos->response);
       pos->response = NULL;
     }
+  if (pos->response != NULL)
+    {
+      MHD_destroy_response (pos->response);
+      pos->response = NULL;
+    }
 }
 
 




reply via email to

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