commit d89c55afe03d2ea42a187e7b9a85938748f801b7
parent b8a5c8d0ecaa1401868743751a2aff0043052715
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 29 May 2016 18:35:37 +0000
indent
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -727,7 +727,7 @@ keepalive_possible (struct MHD_Connection *connection)
MHD_HEADER_KIND,
MHD_HTTP_HEADER_CONNECTION);
if (MHD_str_equal_caseless_(connection->version,
- MHD_HTTP_VERSION_1_1))
+ MHD_HTTP_VERSION_1_1))
{
if (NULL == end)
return MHD_YES;
@@ -737,7 +737,7 @@ keepalive_possible (struct MHD_Connection *connection)
return MHD_YES;
}
if (MHD_str_equal_caseless_(connection->version,
- MHD_HTTP_VERSION_1_0))
+ MHD_HTTP_VERSION_1_0))
{
if (NULL == end)
return MHD_NO;
@@ -2394,7 +2394,7 @@ cleanup_connection (struct MHD_Connection *connection)
}
if (0 != (daemon->options & MHD_USE_THREAD_PER_CONNECTION))
{
- if (MHD_YES != MHD_mutex_lock_ (&daemon->cleanup_connection_mutex))
+ if (MHD_YES != MHD_mutex_lock_ (&daemon->cleanup_connection_mutex))
MHD_PANIC ("Failed to acquire cleanup mutex\n");
}
else