From b141f2b631f4812188806f534472490af45a6747 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 15 Nov 2005 14:49:57 +0000 Subject: nginx-0.3.11-RELEASE import *) Bugfix: nginx did not pass the client request headers and body while proxying; the bug had appeared in 0.3.10. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/nginx.h b/src/core/nginx.h index fc5d926e3..95d93ccb2 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.3.10" +#define NGINX_VER "nginx/0.3.11" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" -- cgit