comparison src/http/ngx_http_output_filter.c @ 103:6dfda4cf5200

nginx-0.0.1-2003-06-11-19:28:34 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Jun 2003 15:28:34 +0000
parents a059e1aa65d4
children 7db96f59bc29
comparison
equal deleted inserted replaced
102:7e86d028d8f0 103:6dfda4cf5200
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_http.h> 4 #include <ngx_http.h>
5 5
6 6
7 typedef struct { 7 typedef struct {
8 size_t hunk_size; 8 ssize_t hunk_size;
9 } ngx_http_output_filter_conf_t; 9 } ngx_http_output_filter_conf_t;
10 10
11 11
12 typedef struct { 12 typedef struct {
13 ngx_hunk_t *hunk; /* the temporary hunk to copy */ 13 ngx_hunk_t *hunk; /* the temporary hunk to copy */