We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a26323 commit 1d5c898Copy full SHA for 1d5c898
lib/resty/core/base.lua
@@ -92,7 +92,6 @@ end
92
if subsystem == 'http' then
93
if not pcall(ffi.typeof, "ngx_http_request_t") then
94
ffi.cdef[[
95
- struct ngx_http_request_s;
96
typedef struct ngx_http_request_s ngx_http_request_t;
97
]]
98
end
@@ -109,7 +108,6 @@ if subsystem == 'http' then
109
108
elseif subsystem == 'stream' then
110
if not pcall(ffi.typeof, "ngx_stream_lua_request_t") then
111
112
- struct ngx_stream_lua_request_s;
113
typedef struct ngx_stream_lua_request_s ngx_stream_lua_request_t;
114
115
0 commit comments