mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 02:19:04 +00:00
remove old commented code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user