comparison src/http/ngx_http_request.h @ 530:4c5d2c627a6c NGINX_0_8_17

nginx 0.8.17 *) Security: now "/../" are disabled in "Destination" request header line. *) Change: now $host variable value is always low case. *) Feature: the $ssl_session_id variable. *) Bugfix: socket leak; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 28 Sep 2009 00:00:00 +0400
parents 80f7156c2965
children e19e5f542878
comparison
equal deleted inserted replaced
529:b8ac674b0ec9 530:4c5d2c627a6c
58 58
59 59
60 #define NGX_HTTP_ZERO_IN_URI 1 60 #define NGX_HTTP_ZERO_IN_URI 1
61 #define NGX_HTTP_SUBREQUEST_IN_MEMORY 2 61 #define NGX_HTTP_SUBREQUEST_IN_MEMORY 2
62 #define NGX_HTTP_SUBREQUEST_WAITED 4 62 #define NGX_HTTP_SUBREQUEST_WAITED 4
63 #define NGX_HTTP_LOG_UNSAFE 8
63 64
64 65
65 #define NGX_HTTP_OK 200 66 #define NGX_HTTP_OK 200
66 #define NGX_HTTP_CREATED 201 67 #define NGX_HTTP_CREATED 201
67 #define NGX_HTTP_NO_CONTENT 204 68 #define NGX_HTTP_NO_CONTENT 204