comparison src/http/ngx_http_core_module.c @ 159:981e4af2a425

nginx-0.0.1-2003-10-24-20:10:38 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 24 Oct 2003 16:10:38 +0000
parents d377ee423603
children e7e094d34162
comparison
equal deleted inserted replaced
158:d377ee423603 159:981e4af2a425
230 case NGX_HTTP_CONNECTION_KEEP_ALIVE: 230 case NGX_HTTP_CONNECTION_KEEP_ALIVE:
231 r->keepalive = 1; 231 r->keepalive = 1;
232 break; 232 break;
233 } 233 }
234 234
235 #if 0 235 #if 1
236 /* TEST STUB */ r->http_version = NGX_HTTP_VERSION_10; 236 /* TEST STUB */ r->http_version = NGX_HTTP_VERSION_10;
237 /* TEST STUB */ r->keepalive = 0; 237 /* TEST STUB */ r->keepalive = 0;
238 #endif 238 #endif
239 239
240 if (r->headers_in.content_length_n > 0) { 240 if (r->headers_in.content_length_n > 0) {