comparison 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
comparison
equal deleted inserted replaced
3844:a7a6911885ca 3845:11c68a5ed419
93 /* Our own HTTP codes */ 93 /* Our own HTTP codes */
94 94
95 /* The special code to close connection without any response */ 95 /* The special code to close connection without any response */
96 #define NGX_HTTP_CLOSE 444 96 #define NGX_HTTP_CLOSE 444
97 97
98 #define NGX_HTTP_OWN_CODES 495 98 #define NGX_HTTP_NGINX_CODES 495
99 99
100 #define NGX_HTTPS_CERT_ERROR 495 100 #define NGX_HTTPS_CERT_ERROR 495
101 #define NGX_HTTPS_NO_CERT 496 101 #define NGX_HTTPS_NO_CERT 496
102 102
103 /* 103 /*