mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 11:55:27 +00:00
Adds a notice that pipeline_go() may not return all responses.
This commit is contained in:
parent
d834d652ac
commit
ec3f6f9ac4
1 changed files with 2 additions and 0 deletions
|
|
@ -1810,6 +1810,8 @@ end
|
|||
-- @param all_requests A table with all the previously built pipeline requests
|
||||
-- @return A list of responses, in the same order as the requests were queued.
|
||||
-- Each response is a table as described in the module documentation.
|
||||
-- The response list may be either nil or shorter than expected (up to
|
||||
-- and including being completely empty) due to communication issues.
|
||||
function pipeline_go(host, port, all_requests)
|
||||
local responses
|
||||
local response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue