From f1443b3e78cc0c10d1080ad75dd7b0e958566257 Mon Sep 17 00:00:00 2001 From: nnposter Date: Fri, 2 Sep 2016 12:36:00 +0000 Subject: [PATCH] Replaces deprecated function name with its current equivalent in http.lua documentation example --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index 382aa47a0..a37a03159 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -33,7 +33,7 @@ -- all = http.pipeline_add('/monkeys', nil, all, 'HEAD') -- -- -- Perform all three requests as parallel as Nmap is able to --- local results = http.pipeline('nmap.org', 80, all) +-- local results = http.pipeline_go('nmap.org', 80, all) -- -- -- At this point, results is an array with three elements. Each element