comparison src/core/ngx_connection.h @ 65:4222c496acb3

nginx-0.0.1-2003-03-05-09:37:42 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 05 Mar 2003 06:37:42 +0000
parents 36d2c25cc9bb
children 869b10be682f
comparison
equal deleted inserted replaced
64:34d647deb1da 65:4222c496acb3
50 ngx_hunk_t *buffer; 50 ngx_hunk_t *buffer;
51 unsigned int post_accept_timeout; 51 unsigned int post_accept_timeout;
52 52
53 int number; 53 int number;
54 54
55 unsigned pipeline:1;
55 unsigned unexpected_eof:1; 56 unsigned unexpected_eof:1;
56 }; 57 };
57 58
58 59
59 #if 0 60 #if 0