comparison src/http/modules/ngx_http_autoindex_module.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 df17fbafec8f
children 54aabf2b0bc6
comparison
equal deleted inserted replaced
145:85a84f8da62b 146:36af50a5582d
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