From 2fb352fd3ca49f5118a3dc82a7b77b35a10a5834 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 27 Jun 2022 16:37:30 +0200 Subject: [PATCH] Added note. --- modules/web/http/web_node.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/web/http/web_node.h b/modules/web/http/web_node.h index e8c9d7c69..b68029469 100644 --- a/modules/web/http/web_node.h +++ b/modules/web/http/web_node.h @@ -20,6 +20,7 @@ class QueryBuilder; #endif //note add an alterative queue_delete() -> (with different name) -> if called node tells parent to stop getting routed to, and when rwlock can be locked gets queue_deleted. +//Also add an rwlock just around the handler map (if it's not done already), and add api to lock and unlock it class WebNode : public Node { GDCLASS(WebNode, Node);