]> git.kaiwu.me - nginx.git/commitdiff
Upstream keepalive: comment added.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 10 Aug 2018 18:54:17 +0000 (21:54 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 10 Aug 2018 18:54:17 +0000 (21:54 +0300)
src/http/modules/ngx_http_upstream_keepalive_module.c

index 90a226d91feab7de609a822ce59c2d3e02a5f181..ef21ea28707b06451b41812ece2528728f75098a 100644 (file)
@@ -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