comparison src/http/ngx_http_output_filter.h @ 47:d81326c3b21b

nginx-0.0.1-2003-01-15-10:02:27 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Jan 2003 07:02:27 +0000
parents 53cd05892261
children 50186b49f2ad
comparison
equal deleted inserted replaced
46:f84a648211f4 47:d81326c3b21b
5 #include <ngx_hunk.h> 5 #include <ngx_hunk.h>
6 #include <ngx_conf_file.h> 6 #include <ngx_conf_file.h>
7 #include <ngx_http.h> 7 #include <ngx_http.h>
8 8
9 9
10 #define NGX_HTTP_FILTER_NEED_IN_MEMORY 1 10 #define NGX_HTTP_FILTER_NEED_IN_MEMORY 1
11 #define NGX_HTTP_FILTER_NEED_TEMP 2 11 #define NGX_HTTP_FILTER_SSI_NEED_IN_MEMORY 2
12 #define NGX_HTTP_FILTER_NEED_TEMP 4
12 13
13 14
14 typedef struct { 15 typedef struct {
15 size_t hunk_size; 16 size_t hunk_size;
16 } ngx_http_output_filter_conf_t; 17 } ngx_http_output_filter_conf_t;