comparison src/http/ngx_http_special_response.c @ 146:36af50a5582d NGINX_0_3_20

nginx 0.3.20 *) Bugfix: in SSI handling. *) Bugfix: the ngx_http_memcached_module did not support the keys in the "/usr?args" form.
author Igor Sysoev <http://sysoev.ru>
date Wed, 11 Jan 2006 00:00:00 +0300
parents 3656228c0b56
children 6be073125f2e
comparison
equal deleted inserted replaced
145:85a84f8da62b 146:36af50a5582d
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