comparison src/http/ngx_http_request.h @ 3161:d430c6ab1c99

check unsafe Destination
author Igor Sysoev <igor@sysoev.ru>
date Fri, 25 Sep 2009 09:30:06 +0000
parents 2f35eeea86c2
children 118169a8ec92
comparison
equal deleted inserted replaced
3160:a7637c2c1157 3161:d430c6ab1c99
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