comparison src/http/ngx_http_output_filter.c @ 83:a7e45c45a95c

nginx-0.0.1-2003-04-28-19:06:39 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 28 Apr 2003 15:06:39 +0000
parents 6127d7075471
children 37530da31268
comparison
equal deleted inserted replaced
82:fccdb921e8b8 83:a7e45c45a95c
24 24
25 {ngx_string("output_buffer"), 25 {ngx_string("output_buffer"),
26 NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1, 26 NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
27 ngx_conf_set_size_slot, 27 ngx_conf_set_size_slot,
28 NGX_HTTP_LOC_CONF_OFFSET, 28 NGX_HTTP_LOC_CONF_OFFSET,
29 offsetof(ngx_http_output_filter_conf_t, hunk_size)}, 29 offsetof(ngx_http_output_filter_conf_t, hunk_size),
30 30 NULL},
31 {ngx_null_string, 0, NULL, 0, 0} 31
32 {ngx_null_string, 0, NULL, 0, 0, NULL}
32 }; 33 };
33 34
34 35
35 static ngx_http_module_t ngx_http_output_filter_module_ctx = { 36 static ngx_http_module_t ngx_http_output_filter_module_ctx = {
36 NGX_HTTP_MODULE, 37 NGX_HTTP_MODULE,