comparison src/http/modules/ngx_http_ssi_filter_module.h @ 758:86bb73dc8d40

fix <!--#include virtual=... wait="yes" -->
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Oct 2006 14:30:39 +0000
parents 63a820b0bc6c
children 4ab852b691f5
comparison
equal deleted inserted replaced
757:a138c4e6031f 758:86bb73dc8d40
61 61
62 unsigned conditional:2; 62 unsigned conditional:2;
63 unsigned block:1; 63 unsigned block:1;
64 unsigned output:1; 64 unsigned output:1;
65 unsigned output_chosen:1; 65 unsigned output_chosen:1;
66 unsigned wait:1;
67 66
67 ngx_http_request_t *wait;
68 void *value_buf; 68 void *value_buf;
69 ngx_str_t timefmt; 69 ngx_str_t timefmt;
70 ngx_str_t errmsg; 70 ngx_str_t errmsg;
71 } ngx_http_ssi_ctx_t; 71 } ngx_http_ssi_ctx_t;
72 72