comparison src/core/nginx.h @ 661:9079ee4735ae release-0.3.52

nginx-0.3.52-RELEASE import *) Change: the ngx_http_index_module behavior for the "POST /" requests is reverted to the 0.3.40 version state: the module now does not return the 405 error. *) Bugfix: the worker process may got caught in an endless loop if the limit rate was used; the bug had appeared in 0.3.37. *) Bugfix: ngx_http_charset_module logged "unknown charset" alert, even if the recoding was not needed; the bug had appeared in 0.3.50. *) Bugfix: if a code response of the PUT request was 409, then a temporary file was not removed.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Jul 2006 16:49:20 +0000
parents 649c9063d0fd
children 6d5c1535bb9d
comparison
equal deleted inserted replaced
660:f27e6b2abcba 661:9079ee4735ae
6 6
7 #ifndef _NGINX_H_INCLUDED_ 7 #ifndef _NGINX_H_INCLUDED_
8 #define _NGINX_H_INCLUDED_ 8 #define _NGINX_H_INCLUDED_
9 9
10 10
11 #define NGINX_VER "nginx/0.3.51" 11 #define NGINX_VER "nginx/0.3.52"
12 12
13 #define NGINX_VAR "NGINX" 13 #define NGINX_VAR "NGINX"
14 #define NGX_OLDPID_EXT ".oldbin" 14 #define NGX_OLDPID_EXT ".oldbin"
15 15
16 16