diff src/os/unix/ngx_linux_sendfile_chain.c @ 489:45a460f82aec release-0.1.19

nginx-0.1.19-RELEASE import *) Bugfix: now, if request contains the zero, then the 404 error is returned for the local requests. *) Bugfix: nginx could not be built on NetBSD 2.0. *) Bugfix: the timeout may occur while reading of the the client request body via SSL connections.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Feb 2005 13:40:36 +0000
parents 621229427cba
children d4ea69372b94
line wrap: on
line diff
--- a/src/os/unix/ngx_linux_sendfile_chain.c
+++ b/src/os/unix/ngx_linux_sendfile_chain.c
@@ -102,6 +102,8 @@ ngx_chain_t *ngx_linux_sendfile_chain(ng
                               cl->buf->file_last);
 
                 ngx_debug_point();
+
+                return NGX_CHAIN_ERROR;
             }
 #endif