comparison src/core/nginx.h @ 600:5dc296c4372a NGINX_0_8_52

nginx 0.8.52 *) Bugfix: nginx used SSL mode for a listen socket if any listen option was set; the bug had appeared in 0.8.51.
author Igor Sysoev <http://sysoev.ru>
date Tue, 28 Sep 2010 00:00:00 +0400
parents be70f83b184f
children c5122335e41d
comparison
equal deleted inserted replaced
599:ba5a8beb9f72 600:5dc296c4372a
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 8051 11 #define nginx_version 8052
12 #define NGINX_VERSION "0.8.51" 12 #define NGINX_VERSION "0.8.52"
13 #define NGINX_VER "nginx/" NGINX_VERSION 13 #define NGINX_VER "nginx/" NGINX_VERSION
14 14
15 #define NGINX_VAR "NGINX" 15 #define NGINX_VAR "NGINX"
16 #define NGX_OLDPID_EXT ".oldbin" 16 #define NGX_OLDPID_EXT ".oldbin"
17 17