comparison src/stream/ngx_stream_proxy_module.c @ 6216:543f10fe34d2

Style.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 29 Jul 2015 14:36:36 -0700
parents 8ee6a08ea3eb
children b544f8e0d921
comparison
equal deleted inserted replaced
6215:8ee6a08ea3eb 6216:543f10fe34d2
366 366
367 if (u->proxy_protocol 367 if (u->proxy_protocol
368 #if (NGX_STREAM_SSL) 368 #if (NGX_STREAM_SSL)
369 && pscf->ssl == NULL 369 && pscf->ssl == NULL
370 #endif 370 #endif
371 && pscf->buffer_size >= NGX_PROXY_PROTOCOL_MAX_HEADER 371 && pscf->buffer_size >= NGX_PROXY_PROTOCOL_MAX_HEADER)
372 )
373 { 372 {
374 /* optimization for a typical case */ 373 /* optimization for a typical case */
375 374
376 ngx_log_debug0(NGX_LOG_DEBUG_STREAM, c->log, 0, 375 ngx_log_debug0(NGX_LOG_DEBUG_STREAM, c->log, 0,
377 "stream proxy send PROXY protocol header"); 376 "stream proxy send PROXY protocol header");