aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd_ws/test_websocket_browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd_ws/test_websocket_browser.c')
-rw-r--r--src/microhttpd_ws/test_websocket_browser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/microhttpd_ws/test_websocket_browser.c b/src/microhttpd_ws/test_websocket_browser.c
index 557ccdde..d7416a59 100644
--- a/src/microhttpd_ws/test_websocket_browser.c
+++ b/src/microhttpd_ws/test_websocket_browser.c
@@ -495,9 +495,6 @@ access_handler (void *cls,
495 response = MHD_create_response_for_upgrade (&upgrade_handler, 495 response = MHD_create_response_for_upgrade (&upgrade_handler,
496 NULL); 496 NULL);
497 MHD_add_response_header (response, 497 MHD_add_response_header (response,
498 MHD_HTTP_HEADER_CONNECTION,
499 "Upgrade");
500 MHD_add_response_header (response,
501 MHD_HTTP_HEADER_UPGRADE, 498 MHD_HTTP_HEADER_UPGRADE,
502 "websocket"); 499 "websocket");
503 MHD_add_response_header (response, 500 MHD_add_response_header (response,