comparison src/http/ngx_http.c @ 561:e48ebafc6939 release-0.3.2

nginx-0.3.2-RELEASE import *) 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 <igor@sysoev.ru>
date Wed, 12 Oct 2005 13:50:36 +0000
parents 511a89da35ad
children 9c2f3ed7a247
comparison
equal deleted inserted replaced
560:8886091eddd2 561:e48ebafc6939
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]);