aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd_ws/test_websocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd_ws/test_websocket.c')
-rw-r--r--src/microhttpd_ws/test_websocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd_ws/test_websocket.c b/src/microhttpd_ws/test_websocket.c
index 00fd8e03..b824b9ce 100644
--- a/src/microhttpd_ws/test_websocket.c
+++ b/src/microhttpd_ws/test_websocket.c
@@ -9838,7 +9838,7 @@ test_check_upgrade_header ()
9838 (unsigned int) __LINE__); 9838 (unsigned int) __LINE__);
9839 ++failed; 9839 ++failed;
9840 } 9840 }
9841 /* Edge test (success): All allowed token characters plus /, then websocket keyowrd */ 9841 /* Edge test (success): All allowed token characters plus /, then websocket keyword */
9842 ret = MHD_websocket_check_upgrade_header ( 9842 ret = MHD_websocket_check_upgrade_header (
9843 "!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/,websocket"); 9843 "!#$%&'*+-.^_`|~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz/,websocket");
9844 if (MHD_WEBSOCKET_STATUS_OK != ret) 9844 if (MHD_WEBSOCKET_STATUS_OK != ret)