comparison src/core/ngx_connection.h @ 216:f1d0e5f09c1e

nginx-0.0.1-2003-12-25-23:26:58 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 25 Dec 2003 20:26:58 +0000
parents 2357fa41738a
children 05592fd7a436
comparison
equal deleted inserted replaced
215:5adc2b75f8a5 216:f1d0e5f09c1e
79 socklen_t local_socklen; 79 socklen_t local_socklen;
80 #endif 80 #endif
81 81
82 ngx_hunk_t *buffer; 82 ngx_hunk_t *buffer;
83 83
84 int number; 84 ngx_int_t number;
85 85
86 unsigned pipeline:1; 86 unsigned pipeline:1;
87 unsigned unexpected_eof:1; 87 unsigned unexpected_eof:1;
88 unsigned tcp_nopush:1; 88 unsigned tcp_nopush:1;
89 #if (HAVE_IOCP) 89 #if (HAVE_IOCP)