Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-11-15 17:49:57 +0300
committerIgor Sysoev <igor@sysoev.ru>2005-11-15 17:49:57 +0300
commitb141f2b631f4812188806f534472490af45a6747 (patch)
tree085e379ebed88537d635836dd097090ab6c896ff /src/core
parent61b1e40939655dbab40ab5b29ca275ec51a81251 (diff)
nginx-0.3.11-RELEASE importrelease-0.3.11
*) Bugfix: nginx did not pass the client request headers and body while proxying; the bug had appeared in 0.3.10.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/nginx.h2
1 files changed, 1 insertions, 1 deletions
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"