aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_readv_chain.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-03-28 12:24:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-03-28 12:24:47 +0000
commit6275f56129da620742f578590abb3c61ede68b89 (patch)
tree30e2091b58f98687176b0db88f3170ba476fddb2 /src/os/unix/ngx_readv_chain.c
parent39600ca7fcf7a4c6337ddff64eeca322a544f391 (diff)
downloadnginx-6275f56129da620742f578590abb3c61ede68b89.tar.gz
nginx-6275f56129da620742f578590abb3c61ede68b89.zip
nginx-0.3.35-RELEASE importrelease-0.3.35
*) Bugfix: the accept-filter and the TCP_DEFER_ACCEPT option were set for first "listen" directive only; the bug had appeared in 0.3.31. *) Bugfix: in the "proxy_pass" directive without the URI part in a subrequest.
Diffstat (limited to 'src/os/unix/ngx_readv_chain.c')
-rw-r--r--src/os/unix/ngx_readv_chain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/unix/ngx_readv_chain.c b/src/os/unix/ngx_readv_chain.c
index 2e621d8bb..f2dd82c89 100644
--- a/src/os/unix/ngx_readv_chain.c
+++ b/src/os/unix/ngx_readv_chain.c
@@ -118,9 +118,11 @@ ngx_readv_chain(ngx_connection_t *c, ngx_chain_t *chain)
* even if kqueue reported about available data
*/
+#if 0
ngx_log_error(NGX_LOG_ALERT, c->log, 0,
"readv() returned 0 while kevent() reported "
"%d available bytes", rev->available);
+#endif
rev->eof = 1;
rev->available = 0;