comparison src/http/ngx_http_request.h @ 647:95d7da23ea53 release-0.3.45

nginx-0.3.45-RELEASE import *) Feature: the "ssl_verify_client", "ssl_verify_depth", and "ssl_client_certificate" directives. *) Change: the $request_method variable now returns the main request method. *) Change: the ° symbol codes were changed in koi-win conversion table. *) Feature: the euro and N symbols were added to koi-win conversion table. *) Bugfix: if nginx distributed the requests among several backends and some backend failed, then requests intended for this backend was directed to one live backend only instead of being distributed among the rest.
author Igor Sysoev <igor@sysoev.ru>
date Sat, 06 May 2006 16:28:56 +0000
parents e60fe4cf1d4e
children 1e720b0be7ec
comparison
equal deleted inserted replaced
646:f198dec3e3af 647:95d7da23ea53
73 /* Our own HTTP codes */ 73 /* Our own HTTP codes */
74 74
75 /* The special code to close connection without any response */ 75 /* The special code to close connection without any response */
76 #define NGX_HTTP_CLOSE 444 76 #define NGX_HTTP_CLOSE 444
77 77
78 #define NGX_HTTP_OWN_CODES NGX_HTTP_TO_HTTPS 78 #define NGX_HTTP_OWN_CODES 495
79
80 #define NGX_HTTPS_CERT_ERROR 495
81 #define NGX_HTTPS_NO_CERT 496
79 82
80 /* 83 /*
81 * We use the special code for the plain HTTP requests that are sent to 84 * We use the special code for the plain HTTP requests that are sent to
82 * HTTPS port to distinguish it from 4XX in an error page redirection 85 * HTTPS port to distinguish it from 4XX in an error page redirection
83 */ 86 */