comparison src/http/ngx_http_request.h @ 4513:2dfa4d76e4c5 stable-1.0

Merge of r4491, r4492: *) Renamed constants and fixed off-by-one error in "msie_padding on" handling. *) Added support for the 307 Temporary Redirect.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 13:03:39 +0000
parents 4919fb357a5d
children
comparison
equal deleted inserted replaced
4512:cbed47593ce0 4513:2dfa4d76e4c5
73 #define NGX_HTTP_SPECIAL_RESPONSE 300 73 #define NGX_HTTP_SPECIAL_RESPONSE 300
74 #define NGX_HTTP_MOVED_PERMANENTLY 301 74 #define NGX_HTTP_MOVED_PERMANENTLY 301
75 #define NGX_HTTP_MOVED_TEMPORARILY 302 75 #define NGX_HTTP_MOVED_TEMPORARILY 302
76 #define NGX_HTTP_SEE_OTHER 303 76 #define NGX_HTTP_SEE_OTHER 303
77 #define NGX_HTTP_NOT_MODIFIED 304 77 #define NGX_HTTP_NOT_MODIFIED 304
78 #define NGX_HTTP_TEMPORARY_REDIRECT 307
78 79
79 #define NGX_HTTP_BAD_REQUEST 400 80 #define NGX_HTTP_BAD_REQUEST 400
80 #define NGX_HTTP_UNAUTHORIZED 401 81 #define NGX_HTTP_UNAUTHORIZED 401
81 #define NGX_HTTP_FORBIDDEN 403 82 #define NGX_HTTP_FORBIDDEN 403
82 #define NGX_HTTP_NOT_FOUND 404 83 #define NGX_HTTP_NOT_FOUND 404