mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Check for response body from http trackers
This commit is contained in:
parent
b0fddde9d7
commit
fe4830dbf7
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ Torrent =
|
|||
|
||||
local response = http.get(url, trac_port, url_ext .. request, nil)
|
||||
|
||||
if not response then
|
||||
if not response or not response.body then
|
||||
return false, "No response from tracker: " .. tracker
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue