comparison src/os/unix/ngx_linux_sendfile_chain.c @ 38:2879cd3a40cb NGINX_0_1_19

nginx 0.1.19 *) 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 <http://sysoev.ru>
date Wed, 16 Feb 2005 00:00:00 +0300
parents da8c190bdaba
children 72eb30262aac
comparison
equal deleted inserted replaced
37:3376a7dea5d6 38:2879cd3a40cb
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;