aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 21c4d338..f6a871c0 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -5084,8 +5084,8 @@ MHD_set_connection_option (struct MHD_Connection *connection,
5084 * 5084 *
5085 * @param connection the connection identifying the client 5085 * @param connection the connection identifying the client
5086 * @param status_code HTTP status code (i.e. #MHD_HTTP_OK) 5086 * @param status_code HTTP status code (i.e. #MHD_HTTP_OK)
5087 * @param response response to transmit 5087 * @param response response to transmit, the NULL is tolerated
5088 * @return #MHD_NO on error (i.e. reply already sent), 5088 * @return #MHD_NO on error (reply already sent, response is NULL),
5089 * #MHD_YES on success or if message has been queued 5089 * #MHD_YES on success or if message has been queued
5090 * @ingroup response 5090 * @ingroup response
5091 * @sa #MHD_AccessHandlerCallback 5091 * @sa #MHD_AccessHandlerCallback