Corrects another stale http.pipeline_go() reference

This commit is contained in:
nnposter 2016-09-02 14:03:21 +00:00
parent 42b1491904
commit 45ba24dfe2

View file

@ -1832,7 +1832,7 @@ function pipeline_go(host, port, all_requests)
-- Check for an empty request
if (#all_requests == 0) then
stdnse.debug1("Warning: empty set of requests passed to http.pipeline()")
stdnse.debug1("Warning: empty set of requests passed to http.pipeline_go()")
return responses
end