comparison src/event/ngx_event_proxy.h @ 152:fb48bf4fea1c

nginx-0.0.1-2003-10-21-11:47:21 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Oct 2003 07:47:21 +0000
parents ad5f382c9e7d
children
comparison
equal deleted inserted replaced
151:2d9e4a8b6d11 152:fb48bf4fea1c
45 unsigned downstream_error:1; 45 unsigned downstream_error:1;
46 46
47 int hunks; 47 int hunks;
48 ngx_bufs_t bufs; 48 ngx_bufs_t bufs;
49 49
50 size_t busy_len;
51 size_t max_busy_len; 50 size_t max_busy_len;
52 51
53 off_t temp_offset; 52 off_t temp_offset;
54 off_t max_temp_file_size; 53 off_t max_temp_file_size;
55 int temp_file_write_size; 54 int temp_file_write_size;