comparison 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
comparison
equal deleted inserted replaced
488:24c8dcb960fd 489:45a460f82aec
100 cl->buf->file, 100 cl->buf->file,
101 cl->buf->file_pos, 101 cl->buf->file_pos,
102 cl->buf->file_last); 102 cl->buf->file_last);
103 103
104 ngx_debug_point(); 104 ngx_debug_point();
105
106 return NGX_CHAIN_ERROR;
105 } 107 }
106 #endif 108 #endif
107 109
108 if (!ngx_buf_in_memory_only(cl->buf)) { 110 if (!ngx_buf_in_memory_only(cl->buf)) {
109 break; 111 break;