comparison src/http/ngx_http.c @ 110:dad2fe8ecf08 NGINX_0_3_2

nginx 0.3.2 *) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives.
author Igor Sysoev <http://sysoev.ru>
date Wed, 12 Oct 2005 00:00:00 +0400
parents 45945fa8b8ba
children 408f195b3482
comparison
equal deleted inserted replaced
109:97da525033a1 110:dad2fe8ecf08
719 ls->servers = &in_port[p]; 719 ls->servers = &in_port[p];
720 a++; 720 a++;
721 } 721 }
722 } 722 }
723 723
724 #if (NGX_DEBUG) 724 #if (NGX_DEBUG0)
725 { 725 {
726 u_char address[20]; 726 u_char address[20];
727 ngx_uint_t p, a, n; 727 ngx_uint_t p, a, nn;
728 728
729 in_port = in_ports.elts; 729 in_port = in_ports.elts;
730 for (p = 0; p < in_ports.nelts; p++) { 730 for (p = 0; p < in_ports.nelts; p++) {
731 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, cf->log, 0, 731 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, cf->log, 0,
732 "port: %d %p", in_port[p].port, &in_port[p]); 732 "port: %d %p", in_port[p].port, &in_port[p]);