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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index fa45f5f5..9336aa91 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -702,6 +702,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
702 connection->read_buffer_offset = 0; 702 connection->read_buffer_offset = 0;
703 response->upgrade_handler (response->upgrade_handler_cls, 703 response->upgrade_handler (response->upgrade_handler_cls,
704 connection, 704 connection,
705 connection->con_cls,
705 connection->read_buffer, 706 connection->read_buffer,
706 rbo, 707 rbo,
707 urh->app_socket, 708 urh->app_socket,