Skip to content

Commit 6a09893

Browse files
committed
deps: lock lua-resty-http to version 0.15
This will prevent (apicast.configuration_loader.remote_v1)loader.download from failing in gateway/src/resty/resolver.lua:358 with "bad argument #1 to 'is_fqdn' (string expected, got table)".
1 parent d18898d commit 6a09893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gateway/Roverfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ldoc 1.4.6-2||development
99
liquid 0.2.0-2||production
1010
lua-resty-env 0.4.0-1||production
1111
lua-resty-execvp 0.1.1-1||production
12-
lua-resty-http 0.17.0.beta.1-0||production
12+
lua-resty-http 0.15-0||production
1313
lua-resty-iputils 0.3.0-2||production
1414
lua-resty-jit-uuid 0.0.7-2||production
1515
lua-resty-jwt 0.2.0-0||production

gateway/apicast-scm-1.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = {
1010
license = "Apache License 2.0"
1111
}
1212
dependencies = {
13-
'lua-resty-http',
13+
'lua-resty-http == 0.15',
1414
'inspect',
1515
'lyaml',
1616
'router',

0 commit comments

Comments
 (0)