aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/connection.c')
-rw-r--r--src/daemon/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/connection.c b/src/daemon/connection.c
index f20614dc..58e4e722 100644
--- a/src/daemon/connection.c
+++ b/src/daemon/connection.c
@@ -310,6 +310,7 @@ connection_close_error (struct MHD_Connection *connection)
310 MHD_connection_close (connection, MHD_REQUEST_TERMINATED_WITH_ERROR); 310 MHD_connection_close (connection, MHD_REQUEST_TERMINATED_WITH_ERROR);
311} 311}
312 312
313
313/** 314/**
314 * Prepare the response buffer of this connection for 315 * Prepare the response buffer of this connection for
315 * sending. Assumes that the response mutex is 316 * sending. Assumes that the response mutex is