comparison src/http/ngx_http_request.h @ 3252:ef8cfb09a50b stable-0.7

merge r3162, r3183: WebDAV fixes: *) check unsafe Destination *) omit '\0' from "Location" header on MKCOL request
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Oct 2009 17:45:55 +0000
parents f678ea405737
children b0fbe6ab9ebe
comparison
equal deleted inserted replaced
3251:ff7e1ec2c9a4 3252:ef8cfb09a50b
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