From 05e13daf342d5c2cb98e7a3ad48819bf86a9758e Mon Sep 17 00:00:00 2001 From: Bodhaansh Ravipati <45471123+BodhaanshRavipati325@users.noreply.github.com> Date: Sat, 29 Mar 2025 16:30:19 -0400 Subject: [PATCH] selfHandleResponse example bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b2d0b3a2..2f97fa465 100644 --- a/README.md +++ b/README.md @@ -510,8 +510,8 @@ data. console.log("res from proxied server:", body); res.end("my response to cli"); }); + proxy.web(req, res, option); }); - proxy.web(req, res, option); ```