From ec3f6f9ac4d70777cd951d4853e81b376d59a4a9 Mon Sep 17 00:00:00 2001 From: nnposter Date: Tue, 27 Sep 2016 18:29:00 +0000 Subject: [PATCH] Adds a notice that pipeline_go() may not return all responses. --- nselib/http.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nselib/http.lua b/nselib/http.lua index 44d20f48d..05e4bd241 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -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