comparison src/core/ngx_connection.h @ 101:2e069b6e6920

nginx-0.0.1-2003-06-04-21:28:33 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 04 Jun 2003 17:28:33 +0000
parents 7ebc8b7fb816
children 6dfda4cf5200
comparison
equal deleted inserted replaced
100:7ebc8b7fb816 101:2e069b6e6920
44 int number; 44 int number;
45 45
46 unsigned pipeline:1; 46 unsigned pipeline:1;
47 unsigned unexpected_eof:1; 47 unsigned unexpected_eof:1;
48 unsigned tcp_nopush:1; 48 unsigned tcp_nopush:1;
49 unsigned tcp_nopush_enabled:1;
49 }; 50 };
50 51
51 52
52 #if 0 53 #if 0
53 cached file 54 cached file