comparison src/http/ngx_http_output_filter.c @ 177:4db54fdbcbe7

nginx-0.0.1-2003-11-10-20:17:31 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 17:17:31 +0000
parents e7e094d34162
children 5cfd65b8b0a7
comparison
equal deleted inserted replaced
176:c0552e5ab567 177:4db54fdbcbe7
26 ngx_null_command 26 ngx_null_command
27 }; 27 };
28 28
29 29
30 static ngx_http_module_t ngx_http_output_filter_module_ctx = { 30 static ngx_http_module_t ngx_http_output_filter_module_ctx = {
31 NULL, /* pre conf */
32
31 NULL, /* create main configuration */ 33 NULL, /* create main configuration */
32 NULL, /* init main configuration */ 34 NULL, /* init main configuration */
33 35
34 NULL, /* create server configuration */ 36 NULL, /* create server configuration */
35 NULL, /* merge server configuration */ 37 NULL, /* merge server configuration */