comparison src/http/ngx_http_upstream.c @ 208:b12b3b1a9426 NGINX_0_3_51

nginx 0.3.51 *) Bugfix: the "<" symbols might disappeared some conditions in the SSI; bug appeared in 0.3.50.
author Igor Sysoev <http://sysoev.ru>
date Fri, 30 Jun 2006 00:00:00 +0400
parents 3866d57d9cfd
children 56688ed172c8
comparison
equal deleted inserted replaced
207:7169c2fc12f5 208:b12b3b1a9426
1271 clf = cl->data; 1271 clf = cl->data;
1272 1272
1273 if (clf->fd == r->request_body->temp_file->file.fd) { 1273 if (clf->fd == r->request_body->temp_file->file.fd) {
1274 cl->handler(clf); 1274 cl->handler(clf);
1275 cl->handler = NULL; 1275 cl->handler = NULL;
1276 r->request_body->temp_file->file.fd = NGX_INVALID_FILE;
1276 break; 1277 break;
1277 } 1278 }
1278 } 1279 }
1279 } 1280 }
1280 } 1281 }