comparison src/http/ngx_http_special_response.c @ 597:9262f520ce21 release-0.3.20

nginx-0.3.20-RELEASE import *) Bugfix: in SSI handling. *) Bugfix: the ngx_http_memcached_module did not support the keys in the "/usr?args" form.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Jan 2006 15:26:57 +0000
parents 284cc140593b
children c73c5c58c619
comparison
equal deleted inserted replaced
596:0381e6d3aa70 597:9262f520ce21
445 445
446 cl = cl->next; 446 cl = cl->next;
447 cl->buf = b; 447 cl->buf = b;
448 } 448 }
449 449
450 if (r->main == r) { 450 if (r == r->main) {
451 b->last_buf = 1; 451 b->last_buf = 1;
452 } 452 }
453 453
454 b->last_in_chain = 1; 454 b->last_in_chain = 1;
455 455