mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
for Regis (see ML)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -316,6 +316,11 @@ MHD_connection_close (struct MHD_Connection *connection,
|
||||
MHD_destroy_response (pos->response);
|
||||
pos->response = NULL;
|
||||
}
|
||||
if (pos->response != NULL)
|
||||
{
|
||||
MHD_destroy_response (pos->response);
|
||||
pos->response = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user