Skip to content

Commit

Permalink
Upstream keepalive: comment added.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdounin committed Aug 10, 2018
1 parent 1b1b632 commit f3d1a92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/http/modules/ngx_http_upstream_keepalive_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@ ngx_http_upstream_keepalive(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)

kcf->max_cached = n;

/* init upstream handler */

uscf = ngx_http_conf_get_module_srv_conf(cf, ngx_http_upstream_module);

kcf->original_init_upstream = uscf->peer.init_upstream
Expand Down

0 comments on commit f3d1a92

Please sign in to comment.