mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 10:38:02 +00:00
Fixed a spelling mistake in http.lua.
This commit is contained in:
parent
5f8ac9a9db
commit
6aee1ce91c
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ pipeline = function(host, port, allReqs, options)
|
|||
i = i + #response_tmp_table
|
||||
if(#response_tmp_table < limit and i <= #allReqs) then
|
||||
limit = #response_tmp_table
|
||||
stdnse.print_debug("Didn't receive all expcted responses.\nDecreasing max pipelined requests to " .. limit )
|
||||
stdnse.print_debug("Didn't receive all expected responses.\nDecreasing max pipelined requests to " .. limit )
|
||||
end
|
||||
recv_status = true
|
||||
socket:close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue