diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-09-27 15:05:29 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-09-27 15:05:29 +0000 |
commit | 31f8818eb110d18e58fef72684418c33ddbd7a0b (patch) | |
tree | 4a361ff0f3a30641e5f41fcb49e1504c919b70a5 /src/http/ngx_http_event.c | |
parent | 170efb2b7d36e85db017e9daa25a0422aee8ce8a (diff) | |
download | nginx-31f8818eb110d18e58fef72684418c33ddbd7a0b.tar.gz nginx-31f8818eb110d18e58fef72684418c33ddbd7a0b.zip |
nginx-0.0.1-2002-09-27-19:05:29 import
Diffstat (limited to 'src/http/ngx_http_event.c')
-rw-r--r-- | src/http/ngx_http_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_event.c b/src/http/ngx_http_event.c index 9c6a77b76..aa56704be 100644 --- a/src/http/ngx_http_event.c +++ b/src/http/ngx_http_event.c @@ -491,7 +491,7 @@ static int ngx_http_handler(ngx_http_request_t *r) r->connection->read->event_handler = ngx_http_block_read; /* STUB: should find handler */ -#if 0 +#if 1 r->filter = NGX_HTTP_FILTER_NEED_IN_MEMORY; #endif rc = ngx_http_set_default_handler(r); |