comparison src/http/ngx_http_core.c @ 38:2ffaa35fba42

nginx-0.0.1-2002-12-24-10:09:57 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Dec 2002 07:09:57 +0000
parents d45effe5854c
children 83fa61cd3d2f
comparison
equal deleted inserted replaced
37:9fe40e51d4a3 38:2ffaa35fba42
48 { 48 {
49 int rc, i; 49 int rc, i;
50 50
51 r->connection->unexpected_eof = 0; 51 r->connection->unexpected_eof = 0;
52 r->lingering_close = 1; 52 r->lingering_close = 1;
53 r->keepalive = 1; 53 r->keepalive = 0;
54 54
55 #if 1 55 #if 1
56 r->filter = NGX_HTTP_FILTER_NEED_IN_MEMORY; 56 r->filter = NGX_HTTP_FILTER_NEED_IN_MEMORY;
57 #endif 57 #endif
58 58