From d834d652ac2317d0f56d939250fe9e8697b2b412 Mon Sep 17 00:00:00 2001 From: nnposter Date: Tue, 27 Sep 2016 16:05:48 +0000 Subject: [PATCH] Removes a hint that HTTP pipeline only handles GET requests --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index b99addf91..44d20f48d 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -1777,7 +1777,7 @@ end -- the first call. -- @param method [optional] The HTTP method ('GET', 'HEAD', 'POST', etc). -- Default: 'GET'. --- @return Table with the pipeline get requests (plus this new one) +-- @return Table with the pipeline requests (plus this new one) -- @see http.pipeline_go function pipeline_add(path, options, all_requests, method) if(not(validate_options(options))) then