From b3c0657b9719218dd3089be048a91bd08e2afc89 Mon Sep 17 00:00:00 2001 From: Harry Cheng Date: Thu, 3 Mar 2022 16:17:58 +0800 Subject: [PATCH] Add warning on resource exhaustion --- doc/server_plugin.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/server_plugin.md b/doc/server_plugin.md index 9506fa7b..d73d2439 100644 --- a/doc/server_plugin.md +++ b/doc/server_plugin.md @@ -138,7 +138,10 @@ Create new proxy #### CloseProxy -A previously created proxy is closed +A previously created proxy is closed. + +Please note that one request will be sent for every proxy that is closed, do **NOT** use this +if you have too many proxies bound to a single client, as this may exhaust the server's resources. ``` {