Update 0.8 -> 0.9

This commit is contained in:
Bruno Silvestre
2019-10-31 11:34:27 -03:00
parent 860b2a8b5f
commit 43feb51c5e
19 changed files with 67 additions and 30 deletions

View File

@ -1,5 +1,5 @@
----------------------------------------------------------------------------
-- LuaSec 0.8
-- LuaSec 0.9
-- Copyright (C) 2009-2019 PUC-Rio
--
-- Author: Pablo Musa
@ -18,8 +18,8 @@ local try = socket.try
-- Module
--
local _M = {
_VERSION = "0.8",
_COPYRIGHT = "LuaSec 0.8 - Copyright (C) 2009-2019 PUC-Rio",
_VERSION = "0.9",
_COPYRIGHT = "LuaSec 0.9 - Copyright (C) 2009-2019 PUC-Rio",
PORT = 443,
TIMEOUT = 60
}