comparison src/core/nginx.h @ 442:670af56a1158 NGINX_0_7_33

nginx 0.7.33 *) Bugfix: a double response might be returned if the epoll or rtsig methods are used and a redirect was returned to a request with body. Thanks to Eden Li. *) Bugfix: the $sent_http_location variable was empty for some redirects types. *) Bugfix: a segmentation fault might occur in worker process if "resolver" directive was used in SMTP proxy.
author Igor Sysoev <http://sysoev.ru>
date Mon, 02 Feb 2009 00:00:00 +0300
parents 6281966854a5
children 33394d1255b0
comparison
equal deleted inserted replaced
441:52bbf0e6dfad 442:670af56a1158
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_VERSION "0.7.32" 11 #define NGINX_VERSION "0.7.33"
12 #define NGINX_VER "nginx/" NGINX_VERSION 12 #define NGINX_VER "nginx/" NGINX_VERSION
13 13
14 #define NGINX_VAR "NGINX" 14 #define NGINX_VAR "NGINX"
15 #define NGX_OLDPID_EXT ".oldbin" 15 #define NGX_OLDPID_EXT ".oldbin"
16 16