comparison src/http/ngx_http_output_filter.c @ 42:cd035a94e0b6

nginx-0.0.1-2002-12-27-10:27:47 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Dec 2002 07:27:47 +0000
parents 59e7c7f30d49
children 53cd05892261
comparison
equal deleted inserted replaced
41:59e7c7f30d49 42:cd035a94e0b6
28 28
29 static ngx_http_module_t ngx_http_output_filter_module_ctx = { 29 static ngx_http_module_t ngx_http_output_filter_module_ctx = {
30 NGX_HTTP_MODULE, 30 NGX_HTTP_MODULE,
31 31
32 NULL, /* create server config */ 32 NULL, /* create server config */
33 NULL, /* init server config */
33 ngx_http_output_filter_create_conf, /* create location config */ 34 ngx_http_output_filter_create_conf, /* create location config */
35 NULL, /* merge location config */
34 36
35 NULL, /* translate handler */ 37 NULL, /* translate handler */
36 38
37 NULL, /* output header filter */ 39 NULL, /* output header filter */
38 NULL, /* next output header filter */ 40 NULL, /* next output header filter */