comparison src/http/ngx_http_core_module.c @ 155:46eb23d9471d

nginx-0.0.1-2003-10-22-20:38:26 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 22 Oct 2003 16:38:26 +0000
parents eac26585476e
children d377ee423603
comparison
equal deleted inserted replaced
154:eac26585476e 155:46eb23d9471d
224 r->keepalive = 1; 224 r->keepalive = 1;
225 break; 225 break;
226 } 226 }
227 227
228 #if 0 228 #if 0
229 /* TEST STUB */ r->http_version = NGX_HTTP_VERSION_10;
229 /* TEST STUB */ r->keepalive = 0; 230 /* TEST STUB */ r->keepalive = 0;
230 #endif 231 #endif
231 232
232 if (r->headers_in.content_length_n > 0) { 233 if (r->headers_in.content_length_n > 0) {
233 r->lingering_close = 1; 234 r->lingering_close = 1;