comparison src/http/ngx_http_core_module.c @ 60:50186b49f2ad

nginx-0.0.1-2003-02-11-10:14:40 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Feb 2003 07:14:40 +0000
parents e8cdc2989cee
children 34d647deb1da
comparison
equal deleted inserted replaced
59:e8cdc2989cee 60:50186b49f2ad
99 ngx_http_in_addr_t *in_addr; 99 ngx_http_in_addr_t *in_addr;
100 ngx_http_server_name_t *name; 100 ngx_http_server_name_t *name;
101 101
102 r->connection->unexpected_eof = 0; 102 r->connection->unexpected_eof = 0;
103 103
104 r->lingering_close = 0; 104 r->lingering_close = 1;
105 r->keepalive = 0; 105 r->keepalive = 1;
106 106
107 #if 0 107 #if 1
108 r->filter = NGX_HTTP_FILTER_NEED_IN_MEMORY; 108 r->filter = NGX_HTTP_FILTER_NEED_IN_MEMORY;
109 #endif 109 #endif
110 110
111 ngx_log_debug(r->connection->log, "servers: %0x" _ r->connection->servers); 111 ngx_log_debug(r->connection->log, "servers: %0x" _ r->connection->servers);
112 112