We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51ba79 commit abaa66eCopy full SHA for abaa66e
lib/resty/openssl/auxiliary/nginx.lua
@@ -168,6 +168,7 @@ else
168
return ssl.session_ctx
169
end
170
171
+ -- https://github.com/openresty/stream-lua-nginx-module/blob/master/src/ngx_stream_lua_socket_tcp.h
172
ffi.cdef[[
173
typedef struct ngx_http_lua_socket_tcp_upstream_s
174
ngx_http_lua_socket_tcp_upstream_t;
@@ -213,7 +214,7 @@ else
213
214
ngx.config.ngx_lua_version and
215
ngx.config.ngx_lua_version
216
- if ngx_lua_version >= 10019 and ngx_lua_version <= 10021 then
217
+ if ngx_lua_version >= 10019 and ngx_lua_version <= 10025 then
218
-- https://github.com/openresty/lua-nginx-module/blob/master/src/ngx_http_lua_socket_tcp.h
219
220
typedef struct {
0 commit comments