comparison src/core/ngx_connection.h @ 1135:03f1133f24e8

close keep-alive connections in the shuting down processes
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Mar 2007 13:20:15 +0000
parents 362d156f0278
children 5975975eedc0 567028e737cc
comparison
equal deleted inserted replaced
1134:384c92c210f9 1135:03f1133f24e8
141 unsigned unexpected_eof:1; 141 unsigned unexpected_eof:1;
142 unsigned timedout:1; 142 unsigned timedout:1;
143 unsigned error:1; 143 unsigned error:1;
144 unsigned destroyed:1; 144 unsigned destroyed:1;
145 145
146 unsigned idle:1;
147 unsigned close:1;
148
146 unsigned sendfile:1; 149 unsigned sendfile:1;
147 unsigned sndlowat:1; 150 unsigned sndlowat:1;
148 unsigned tcp_nodelay:2; /* ngx_connection_tcp_nodelay_e */ 151 unsigned tcp_nodelay:2; /* ngx_connection_tcp_nodelay_e */
149 unsigned tcp_nopush:2; /* ngx_connection_tcp_nopush_e */ 152 unsigned tcp_nopush:2; /* ngx_connection_tcp_nopush_e */
150 153