From 50c20d4a724b25fcf227ab22830b043d4f1977d5 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 27 Jun 2022 16:12:49 +0200 Subject: [PATCH] ... an another one ... --- modules/web/http/web_server_request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/http/web_server_request.cpp b/modules/web/http/web_server_request.cpp index 97f817200..86d1a8818 100644 --- a/modules/web/http/web_server_request.cpp +++ b/modules/web/http/web_server_request.cpp @@ -247,7 +247,7 @@ void WebServerRequest::setup_url_stack() { _full_path = parser_get_path(); String path = parser_get_path(); - size_t pos = 0; + int pos = 0; String st; while ((pos = path.find("/")) != -1) {