aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-12-14 23:04:26 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-12-14 23:04:26 +0000
commitf00e81d75ac6701ffbc99d0d75755f303ff03231 (patch)
tree0cbf5d8b33f46318e826cb7e952d6d56bf27a511 /src/http/ngx_http_request.h
parentdc61c0a153c50fbed2c9359ce9b637a5ffd7de72 (diff)
downloadnginx-f00e81d75ac6701ffbc99d0d75755f303ff03231.tar.gz
nginx-f00e81d75ac6701ffbc99d0d75755f303ff03231.zip
rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index a1d34456e..b58c4d7d2 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -95,7 +95,7 @@
/* The special code to close connection without any response */
#define NGX_HTTP_CLOSE 444
-#define NGX_HTTP_OWN_CODES 495
+#define NGX_HTTP_NGINX_CODES 495
#define NGX_HTTPS_CERT_ERROR 495
#define NGX_HTTPS_NO_CERT 496