mirror of
https://github.com/nmap/nmap.git
synced 2026-06-19 23:17:48 +00:00
remove old commented code
This commit is contained in:
parent
86993d74d5
commit
47e6012b15
1 changed files with 0 additions and 1 deletions
|
|
@ -1118,7 +1118,6 @@ local function request(host, port, data, options)
|
|||
|
||||
method = string.match(data, "^(%S+)")
|
||||
|
||||
--io.write(data)
|
||||
socket, partial = comm.tryssl(host, port, data, { timeout = options.timeout })
|
||||
|
||||
if not socket then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue