File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ local ffi_str = ffi.string
9
9
local ffi_copy = ffi .copy
10
10
local C = ffi .C
11
11
local setmetatable = setmetatable
12
- local error = error
12
+ -- local error = error
13
13
local type = type
14
14
15
15
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local ffi_new = ffi.new
6
6
local ffi_str = ffi .string
7
7
local C = ffi .C
8
8
local setmetatable = setmetatable
9
- local error = error
9
+ -- local error = error
10
10
11
11
12
12
local _M = { _VERSION = ' 0.09' }
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ local ffi = require "ffi"
5
5
local ffi_new = ffi .new
6
6
local ffi_str = ffi .string
7
7
local C = ffi .C
8
- local setmetatable = setmetatable
9
- local error = error
8
+ -- local setmetatable = setmetatable
9
+ -- local error = error
10
10
11
11
12
12
local _M = { _VERSION = ' 0.09' }
Original file line number Diff line number Diff line change 1
1
-- Copyright (C) by Yichun Zhang (agentzh)
2
2
3
3
4
- local sha = require " resty.sha"
4
+ require " resty.sha"
5
5
local ffi = require " ffi"
6
6
local ffi_new = ffi .new
7
7
local ffi_str = ffi .string
8
8
local C = ffi .C
9
9
local setmetatable = setmetatable
10
- local error = error
10
+ -- local error = error
11
11
12
12
13
13
local _M = { _VERSION = ' 0.09' }
Original file line number Diff line number Diff line change 1
1
-- Copyright (C) by Yichun Zhang (agentzh)
2
2
3
3
4
- local sha256 = require " resty.sha256"
4
+ require " resty.sha256"
5
5
local ffi = require " ffi"
6
6
local ffi_new = ffi .new
7
7
local ffi_str = ffi .string
8
8
local C = ffi .C
9
9
local setmetatable = setmetatable
10
- local error = error
10
+ -- local error = error
11
11
12
12
13
13
local _M = { _VERSION = ' 0.09' }
Original file line number Diff line number Diff line change 1
1
-- Copyright (C) by Yichun Zhang (agentzh)
2
2
3
3
4
- local sha = require " resty.sha"
4
+ require " resty.sha"
5
5
local ffi = require " ffi"
6
6
local ffi_new = ffi .new
7
7
local ffi_str = ffi .string
8
8
local C = ffi .C
9
9
local setmetatable = setmetatable
10
- local error = error
10
+ -- local error = error
11
11
12
12
13
13
local _M = { _VERSION = ' 0.09' }
Original file line number Diff line number Diff line change 1
1
-- Copyright (C) by Yichun Zhang (agentzh)
2
2
3
3
4
- local sha512 = require " resty.sha512"
4
+ require " resty.sha512"
5
5
local ffi = require " ffi"
6
6
local ffi_new = ffi .new
7
7
local ffi_str = ffi .string
8
8
local C = ffi .C
9
9
local setmetatable = setmetatable
10
- local error = error
10
+ -- local error = error
11
11
12
12
13
13
local _M = { _VERSION = ' 0.09' }
Original file line number Diff line number Diff line change 1
1
-- Copyright (C) by Yichun Zhang (agentzh)
2
2
3
3
4
- local sha = require " resty.sha"
4
+ require " resty.sha"
5
5
local ffi = require " ffi"
6
6
local ffi_new = ffi .new
7
7
local ffi_str = ffi .string
8
8
local C = ffi .C
9
9
local setmetatable = setmetatable
10
- local error = error
10
+ -- local error = error
11
11
12
12
13
13
local _M = { _VERSION = ' 0.09' }
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ local ffi = require "ffi"
5
5
local ffi_new = ffi .new
6
6
local ffi_str = ffi .string
7
7
local C = ffi .C
8
- local setmetatable = setmetatable
9
- local error = error
8
+ -- local setmetatable = setmetatable
9
+ -- local error = error
10
10
local tonumber = tonumber
11
11
12
12
You can’t perform that action at this time.
0 commit comments