From 78486c1b89b42a11c97ec68d08ec1997fc3aab16 Mon Sep 17 00:00:00 2001 From: nnposter Date: Fri, 7 Jul 2017 19:19:00 +0000 Subject: [PATCH] Removes potentially confusing comment --- nselib/http.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index 2a95cbda6..9d685cf3e 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -319,7 +319,6 @@ local function validate_options(options) elseif not (cookie_key == 'httponly' or cookie_key == 'secure') then stdnse.debug1("http: Unknown field in cookie table: %s", cookie_key) -- Ignore unrecognized attributes (per RFC 6265, Section 5.2) - -- bad = true end end end