diff --git a/nselib/http.lua b/nselib/http.lua index 3e27fcbbd..7c531038e 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -2029,7 +2029,7 @@ function pipeline_go(host, port, all_requests) if not socket then return nil end - socket:set_timeout(10000) + socket:set_timeout(pipeline_comm_opts.request_timeout) partial = "" connsent = 0 end