comparison src/core/nginx.h @ 585:401de5a43ba5 release-0.3.14

nginx-0.3.14-RELEASE import *) Bugfix: in the 304 response the body was transferred; the bug had appeared in 0.3.13.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Dec 2005 16:59:05 +0000
parents 4e296b7d25bf
children 284cc140593b
comparison
equal deleted inserted replaced
584:13f8ebdc82ef 585:401de5a43ba5
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.13" 11 #define NGINX_VER "nginx/0.3.14"
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