comparison src/event/ngx_event_pipe.h @ 175:e92c2c647c57

nginx-0.0.1-2003-11-05-20:03:41 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 05 Nov 2003 17:03:41 +0000
parents c42be4185301
children 5a9bbe99008b
comparison
equal deleted inserted replaced
174:ea464a6c0581 175:e92c2c647c57
52 ngx_bufs_t bufs; 52 ngx_bufs_t bufs;
53 ngx_hunk_tag_t tag; 53 ngx_hunk_tag_t tag;
54 54
55 size_t busy_size; 55 size_t busy_size;
56 56
57 off_t read_length;
58
57 off_t max_temp_file_size; 59 off_t max_temp_file_size;
58 int temp_file_write_size; 60 int temp_file_write_size;
59 61
60 ngx_connection_t *upstream; 62 ngx_connection_t *upstream;
61 ngx_connection_t *downstream; 63 ngx_connection_t *downstream;