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