remove old commented code

This commit is contained in:
batrick 2010-12-08 14:19:08 +00:00
parent 86993d74d5
commit 47e6012b15

View file

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