comparison src/http/ngx_http_request.h @ 136:3656228c0b56 NGINX_0_3_15

nginx 0.3.15 *) Feature: the new 444 code of the "return" directive to close connection. *) Feature: the "so_keepalive" directive in IMAP/POP3 proxy. *) Bugfix: if there are unclosed connection nginx now calls abort() only on gracefull quit and active "debug_points" directive.
author Igor Sysoev <http://sysoev.ru>
date Wed, 07 Dec 2005 00:00:00 +0300
parents 82d695e3d662
children 84910468f6de
comparison
equal deleted inserted replaced
135:c1ac76c0e9df 136:3656228c0b56
64 #define NGX_HTTP_RANGE_NOT_SATISFIABLE 416 64 #define NGX_HTTP_RANGE_NOT_SATISFIABLE 416
65 65
66 66
67 /* Our own HTTP codes */ 67 /* Our own HTTP codes */
68 68
69 #define NGX_HTTP_NGX_CODES NGX_HTTP_TO_HTTPS 69 /* The special code to close connection without any response */
70 #define NGX_HTTP_CLOSE 444
71
72 #define NGX_HTTP_OWN_CODES NGX_HTTP_TO_HTTPS
70 73
71 /* 74 /*
72 * We use the special code for the plain HTTP requests that are sent to 75 * We use the special code for the plain HTTP requests that are sent to
73 * HTTPS port to distinguish it from 4XX in an error page redirection 76 * HTTPS port to distinguish it from 4XX in an error page redirection
74 */ 77 */