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 a22a409 commit b68d7b4Copy full SHA for b68d7b4
src/ngx_http_lua_balancer.c
@@ -36,10 +36,12 @@ struct ngx_http_lua_balancer_peer_data_s {
36
};
37
38
39
+#if (NGX_HTTP_SSL)
40
static ngx_int_t ngx_http_lua_balancer_set_session(ngx_peer_connection_t *pc,
41
void *data);
42
static void ngx_http_lua_balancer_save_session(ngx_peer_connection_t *pc,
43
44
+#endif
45
static ngx_int_t ngx_http_lua_balancer_init(ngx_conf_t *cf,
46
ngx_http_upstream_srv_conf_t *us);
47
static ngx_int_t ngx_http_lua_balancer_init_peer(ngx_http_request_t *r,
0 commit comments