From ff7b7fe6a7e7fb999362fd420e2c44f31d56d5d4 Mon Sep 17 00:00:00 2001 From: Luciano Iam Date: Wed, 22 Apr 2020 11:07:06 +0200 Subject: [PATCH] WebSockets: fix a comment in server.cc --- libs/surfaces/websockets/server.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/websockets/server.cc b/libs/surfaces/websockets/server.cc index 5dba36c5fa..280efa5b89 100644 --- a/libs/surfaces/websockets/server.cc +++ b/libs/surfaces/websockets/server.cc @@ -519,7 +519,7 @@ WebsocketsServer::lws_callback (struct lws* wsi, enum lws_callback_reasons reaso break; /* will be called only if the requested url is not fulfilled - by the any of the mount configurations (builtin, user) */ + by the any of the mount configurations (root, user) */ case LWS_CALLBACK_HTTP: rc = server->send_availsurf_hdr (wsi); break;