comparison src/http/ngx_http_output_filter.c @ 90:37530da31268

nginx-0.0.1-2003-05-16-19:27:48 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 May 2003 15:27:48 +0000
parents a7e45c45a95c
children 637625a2acdb
comparison
equal deleted inserted replaced
89:29bf798b583f 90:37530da31268
43 ngx_http_output_filter_merge_conf /* merge location config */ 43 ngx_http_output_filter_merge_conf /* merge location config */
44 }; 44 };
45 45
46 46
47 ngx_module_t ngx_http_output_filter_module = { 47 ngx_module_t ngx_http_output_filter_module = {
48 &ngx_http_output_filter_module_ctx, /* module context */
48 0, /* module index */ 49 0, /* module index */
49 &ngx_http_output_filter_module_ctx, /* module context */
50 ngx_http_output_filter_commands, /* module directives */ 50 ngx_http_output_filter_commands, /* module directives */
51 NGX_HTTP_MODULE_TYPE, /* module type */ 51 NGX_HTTP_MODULE_TYPE, /* module type */
52 NULL /* init module */ 52 NULL /* init module */
53 }; 53 };
54 54