aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/websocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/websocket.c')
-rw-r--r--doc/examples/websocket.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/examples/websocket.c b/doc/examples/websocket.c
index ea29af62..1d25fe5c 100644
--- a/doc/examples/websocket.c
+++ b/doc/examples/websocket.c
@@ -411,8 +411,7 @@ access_handler (void *cls,
411 { 411 {
412 struct MHD_Response *response; 412 struct MHD_Response *response;
413 response = 413 response =
414 MHD_create_response_from_buffer_static (strlen ( 414 MHD_create_response_from_buffer_static (strlen (PAGE_NOT_FOUND),
415 PAGE_NOT_FOUND),
416 PAGE_NOT_FOUND); 415 PAGE_NOT_FOUND);
417 ret = MHD_queue_response (connection, 416 ret = MHD_queue_response (connection,
418 MHD_HTTP_NOT_FOUND, 417 MHD_HTTP_NOT_FOUND,