comparison src/core/ngx_connection.h @ 26:53cb81681040

nginx-0.0.1-2002-12-15-09:25:09 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 15 Dec 2002 06:25:09 +0000
parents 77c7629a2627
children a117a7fdf042
comparison
equal deleted inserted replaced
25:a8b156554dfe 26:53cb81681040
42 ngx_str_t addr_text; 42 ngx_str_t addr_text;
43 43
44 ngx_hunk_t *buffer; 44 ngx_hunk_t *buffer;
45 unsigned int post_accept_timeout; 45 unsigned int post_accept_timeout;
46 46
47 int number;
48
47 unsigned unexpected_eof:1; 49 unsigned unexpected_eof:1;
48 }; 50 };
49 51
50 52
51 #if 0 53 #if 0