view src/core/nginx.h @ 3010:37400c84396e

continue to parse available fastcgi record after a split header, this fixes the erroneous message "upstream prematurely closed connection while reading response header from upstream"
author Igor Sysoev <igor@sysoev.ru>
date Tue, 04 Aug 2009 11:51:10 +0000
parents 9848a16d05ea
children 26ac108cfc39
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version         8008
#define NGINX_VERSION      "0.8.8"
#define NGINX_VER          "nginx/" NGINX_VERSION

#define NGINX_VAR          "NGINX"
#define NGX_OLDPID_EXT     ".oldbin"


#endif /* _NGINX_H_INCLUDED_ */