diff src/os/unix/ngx_readv_chain.c @ 609:608cf78b24ef release-0.3.26

nginx-0.3.26-RELEASE import *) Change: the "optimize_host_names" directive was renamed to the "optimize_server_names". *) Bugfix: if in the "proxy_pass" directive was no the URI part, then the main request URI was transferred to a backend while proxying the SSI subrequest.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 03 Feb 2006 12:58:48 +0000
parents 5dac8c7fb71b
children 387450de0b4d
line wrap: on
line diff
--- a/src/os/unix/ngx_readv_chain.c
+++ b/src/os/unix/ngx_readv_chain.c
@@ -119,7 +119,7 @@ ngx_readv_chain(ngx_connection_t *c, ngx
                      */
 
                     ngx_log_error(NGX_LOG_ALERT, c->log, 0,
-                                  "recv() returned 0 while kevent() reported "
+                                  "readv() returned 0 while kevent() reported "
                                   "%d available bytes", rev->available);
 
                     rev->eof = 1;