From 22760e12b2cb8202809052c01bfd120dcd78a352 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 8 Feb 2018 12:34:18 +0100 Subject: [PATCH] balls --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cad6fae2..9b9ccbca 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,6 @@ function onRequest(req, res) { res.Status = 301; res.Headers = "Location: https://www.facebook.com/\n" + "Connection: close"; - res.Updated() } } ``` @@ -316,7 +315,6 @@ function onResponse(req, res) { '', '' ); - res.Updated(); } } }