mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 02:49:01 +00:00
Corrects another stale http.pipeline_go() reference
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user