comparison src/http/ngx_http_write_filter.c @ 24:77c7629a2627

nginx-0.0.1-2002-12-10-21:05:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Dec 2002 18:05:12 +0000
parents 4f3879d9b6f6
children 53cb81681040
comparison
equal deleted inserted replaced
23:f540a63026c9 24:77c7629a2627
13 13
14 static void *ngx_http_write_filter_create_conf(ngx_pool_t *pool); 14 static void *ngx_http_write_filter_create_conf(ngx_pool_t *pool);
15 15
16 ngx_http_module_t ngx_http_write_filter_module = { 16 ngx_http_module_t ngx_http_write_filter_module = {
17 NGX_HTTP_MODULE, 17 NGX_HTTP_MODULE,
18
18 NULL, /* create server config */ 19 NULL, /* create server config */
19 ngx_http_write_filter_create_conf, /* create location config */ 20 ngx_http_write_filter_create_conf, /* create location config */
20 ngx_http_write_filter_commands, /* module directives */ 21 ngx_http_write_filter_commands, /* module directives */
22
21 NULL, /* init module */ 23 NULL, /* init module */
24 NULL, /* translate handler */
25
22 NULL /* init output body filter */ 26 NULL /* init output body filter */
23 }; 27 };
24 28
25 29
26 static ngx_command_t ngx_http_write_filter_commands[] = { 30 static ngx_command_t ngx_http_write_filter_commands[] = {