comparison src/http/modules/ngx_http_autoindex_module.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 4d9ea73a627a
children e60fe4cf1d4e
comparison
equal deleted inserted replaced
596:0381e6d3aa70 597:9262f520ce21
501 501
502 b->last = ngx_cpymem(b->last, "</pre><hr>", sizeof("</pre><hr>") - 1); 502 b->last = ngx_cpymem(b->last, "</pre><hr>", sizeof("</pre><hr>") - 1);
503 503
504 b->last = ngx_cpymem(b->last, tail, sizeof(tail) - 1); 504 b->last = ngx_cpymem(b->last, tail, sizeof(tail) - 1);
505 505
506 if (r->main == r) { 506 if (r == r->main) {
507 b->last_buf = 1; 507 b->last_buf = 1;
508 } 508 }
509 509
510 b->last_in_chain = 1; 510 b->last_in_chain = 1;
511 511