diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-01 08:10:52 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-01 08:10:52 +0000 |
commit | 328af6e8cd26f274bf385cfff3c888725746ea4f (patch) | |
tree | 9d543325432262cde3c248dad0595265bb15feea /src/http/ngx_http_request.c | |
parent | bbcea6c3d79208d002710734d5f0826e7fc79465 (diff) | |
download | nginx-328af6e8cd26f274bf385cfff3c888725746ea4f.tar.gz nginx-328af6e8cd26f274bf385cfff3c888725746ea4f.zip |
nginx-0.0.1-2004-02-01-11:10:52 import
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index c5e87fed0..5d411a84f 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -1037,8 +1037,6 @@ static void ngx_http_block_read(ngx_event_t *rev) ngx_http_close_connection(c); } } - - return; } |