aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index cffb859a..d352a804 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -2120,7 +2120,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
2120 /* hand over socket to application */ 2120 /* hand over socket to application */
2121 response->upgrade_handler (response->upgrade_handler_cls, 2121 response->upgrade_handler (response->upgrade_handler_cls,
2122 connection, 2122 connection,
2123 connection->client_context, 2123 connection->rq.client_context,
2124 connection->read_buffer, 2124 connection->read_buffer,
2125 rbo, 2125 rbo,
2126#ifdef HTTPS_SUPPORT 2126#ifdef HTTPS_SUPPORT