view src/core/nginx.h @ 5436:6aa75f4982ce

Gunzip: proper error handling on gunzipping an empty response. With previous code, an empty (malformed) response resulted in a request finalized without sending anything to a client.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 31 Oct 2013 04:16:20 +0400
parents d7a2729623d3
children 8f3cf6776648
line wrap: on
line source


/*
 * Copyright (C) Igor Sysoev
 * Copyright (C) Nginx, Inc.
 */


#ifndef _NGINX_H_INCLUDED_
#define _NGINX_H_INCLUDED_


#define nginx_version      1005007
#define NGINX_VERSION      "1.5.7"
#define NGINX_VER          "nginx/" NGINX_VERSION

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


#endif /* _NGINX_H_INCLUDED_ */