From 8290d287b40f017404ef90dc93cc793f987d1492 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 3 Feb 2006 12:58:48 +0000 Subject: 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. --- src/os/unix/ngx_recv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/unix/ngx_recv.c') diff --git a/src/os/unix/ngx_recv.c b/src/os/unix/ngx_recv.c index a8a351a80..f38730ec3 100644 --- a/src/os/unix/ngx_recv.c +++ b/src/os/unix/ngx_recv.c @@ -78,7 +78,7 @@ ssize_t ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size) */ ngx_log_error(NGX_LOG_ALERT, c->log, 0, - "recv() returned 0 while keevnt() reported " + "recv() returned 0 while kevent() reported " "%d available bytes", rev->available); rev->eof = 1; -- cgit