1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

Adds a notice that pipeline_go() may not return all responses.

This commit is contained in:
nnposter
2016-09-27 18:29:00 +00:00
parent d834d652ac
commit ec3f6f9ac4

View File

@@ -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