comparison src/http/ngx_http_request.h @ 384:e7054aaedf68

nginx-0.0.7-2004-07-09-11:12:14 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 09 Jul 2004 07:12:14 +0000
parents ceec87d1c2b3
children d1222d46b3f9
comparison
equal deleted inserted replaced
383:c05876036128 384:e7054aaedf68
52 #define NGX_HTTP_RANGE_NOT_SATISFIABLE 416 52 #define NGX_HTTP_RANGE_NOT_SATISFIABLE 416
53 53
54 54
55 /* Our own HTTP codes */ 55 /* Our own HTTP codes */
56 56
57 #define NGX_HTTP_NGX_CODES NGX_HTTP_INVALID_HOST 57 #define NGX_HTTP_NGX_CODES NGX_HTTP_TO_HTTPS
58
59 /*
60 * We use the special code for the plain HTTP requests that are sent to
61 * HTTPS port to distinguish it from 4XX in an error page redirection
62 */
63 #define NGX_HTTP_TO_HTTPS 497
58 64
59 /* 65 /*
60 * We use the special code for the requests with invalid host name 66 * We use the special code for the requests with invalid host name
61 * to distinguish it from 4XX in an error page redirection 67 * to distinguish it from 4XX in an error page redirection
62 */ 68 */