comparison src/http/ngx_http_upstream.c @ 659:649c9063d0fd release-0.3.51

nginx-0.3.51-RELEASE import *) Bugfix: the "<" symbols might disappeared some conditions in the SSI; the bug had appeared in 0.3.50.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Jun 2006 12:19:32 +0000
parents 400711951595
children 6d5c1535bb9d
comparison
equal deleted inserted replaced
658:0de045bf51ad 659:649c9063d0fd
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 }