diff --git a/scripts/http-open-proxy.nse b/scripts/http-open-proxy.nse index 2e63369b2..cc66fef9b 100644 --- a/scripts/http-open-proxy.nse +++ b/scripts/http-open-proxy.nse @@ -99,6 +99,7 @@ end -- @return response String with supported methods function default_test(host, port) local fstatus = false + local cstatus = false local response = "" local get_status, head_status, conn_status local get_r1, get_r2, get_r3