diff src/http/ngx_http_request.h @ 3845:11c68a5ed419

rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES
author Igor Sysoev <igor@sysoev.ru>
date Tue, 14 Dec 2010 23:04:26 +0000
parents e6e453203bae
children de59ad6bf557
line wrap: on
line diff
--- 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