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

Fixed a spelling mistake in http.lua.

This commit is contained in:
ron
2009-08-18 01:40:33 +00:00
parent 5f8ac9a9db
commit 6aee1ce91c

View File

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