comparison src/stream/ngx_stream_proxy_module.c @ 6222:1bd5eb20bd7c

Style.
author Vladimir Homutov <vl@nginx.com>
date Wed, 12 Aug 2015 12:56:59 +0300
parents 7565e056fad6
children 2a621245f4cf
comparison
equal deleted inserted replaced
6221:7565e056fad6 6222:1bd5eb20bd7c
476 476
477 477
478 static void 478 static void
479 ngx_stream_proxy_init_upstream(ngx_stream_session_t *s) 479 ngx_stream_proxy_init_upstream(ngx_stream_session_t *s)
480 { 480 {
481 int tcp_nodelay; 481 int tcp_nodelay;
482 u_char *p; 482 u_char *p;
483 ngx_connection_t *c, *pc; 483 ngx_connection_t *c, *pc;
484 ngx_log_handler_pt handler; 484 ngx_log_handler_pt handler;
485 ngx_stream_upstream_t *u; 485 ngx_stream_upstream_t *u;
486 ngx_stream_core_srv_conf_t *cscf; 486 ngx_stream_core_srv_conf_t *cscf;