Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: fixed compilation errors when building without SSL.
lua-nginx-module/src/ngx_http_lua_balancer.c: In function ‘ngx_http_lua_balancer_get_peer’: lua-nginx-module/src/ngx_http_lua_balancer.c:389:41: error: variable ‘u’ set but not used [-Werror=unused-but-set-variable] 389 | ngx_http_upstream_t *u; |
- Loading branch information