comparison src/http/ngx_http_core_module.c @ 76:6127d7075471

nginx-0.0.1-2003-04-15-19:06:52 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Apr 2003 15:06:52 +0000
parents 869b10be682f
children b2ece31c976a
comparison
equal deleted inserted replaced
75:869b10be682f 76:6127d7075471
155 ngx_http_core_srv_conf_t *scf; 155 ngx_http_core_srv_conf_t *scf;
156 ngx_http_core_loc_conf_t *lcf, **plcf; 156 ngx_http_core_loc_conf_t *lcf, **plcf;
157 157
158 r->connection->unexpected_eof = 0; 158 r->connection->unexpected_eof = 0;
159 159
160 r->keepalive = 1; 160 r->keepalive = 0;
161 r->lingering_close = 1; 161 r->lingering_close = 1;
162 162
163 #if 0 163 #if 0
164 ngx_log_debug(r->connection->log, "servers: %0x" _ r->connection->servers); 164 ngx_log_debug(r->connection->log, "servers: %0x" _ r->connection->servers);
165 #endif 165 #endif