comparison src/http/modules/ngx_http_ssi_filter_module.h @ 645:4946078f0a79 release-0.3.44

nginx-0.3.44-RELEASE import *) Feature: the "wait" parameter in the "include" SSI command. *) Feature: the Ukrainian and Byelorussian characters were added to koi-win conversion table. *) Bugfix: in the SSI.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 04 May 2006 15:32:46 +0000
parents 65bf042c0b4f
children 63a820b0bc6c
comparison
equal deleted inserted replaced
644:610ff734a8cc 645:4946078f0a79
59 ngx_array_t variables; 59 ngx_array_t variables;
60 60
61 unsigned conditional:2; 61 unsigned conditional:2;
62 unsigned output:1; 62 unsigned output:1;
63 unsigned output_chosen:1; 63 unsigned output_chosen:1;
64 unsigned wait:1;
64 65
65 void *value_buf; 66 void *value_buf;
66 ngx_str_t timefmt; 67 ngx_str_t timefmt;
67 ngx_str_t errmsg; 68 ngx_str_t errmsg;
68 } ngx_http_ssi_ctx_t; 69 } ngx_http_ssi_ctx_t;