comparison src/http/modules/proxy/ngx_http_proxy_handler.c @ 56:3050baa54a26 NGINX_0_1_28

nginx 0.1.28 *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <http://sysoev.ru>
date Fri, 08 Apr 2005 00:00:00 +0400
parents bcb5fce0b038
children
comparison
equal deleted inserted replaced
55:729de7d75018 56:3050baa54a26
1330 1330
1331 if (conf->x_vars == NULL) { 1331 if (conf->x_vars == NULL) {
1332 conf->x_vars = prev->x_vars; 1332 conf->x_vars = prev->x_vars;
1333 } 1333 }
1334 1334
1335 if (conf->peers == NULL) {
1336 conf->peers = prev->peers;
1337 conf->upstream = prev->upstream;
1338 }
1339
1335 return NULL; 1340 return NULL;
1336 } 1341 }
1337 1342
1338 1343
1339 static char *ngx_http_proxy_set_pass(ngx_conf_t *cf, ngx_command_t *cmd, 1344 static char *ngx_http_proxy_set_pass(ngx_conf_t *cf, ngx_command_t *cmd,