diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 13:03:39 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 13:03:39 +0000 |
| commit | 031458770a48be9b0bf5534c70abfc8284f135d7 (patch) | |
| tree | 53cfe7b3be840ec8fa26356ee53df72a2ee7137e /src/http/ngx_http_request.h | |
| parent | 01f59615400f7449a8b88e9e74a27c2a8b93fb87 (diff) | |
| download | nginx-031458770a48be9b0bf5534c70abfc8284f135d7.tar.gz nginx-031458770a48be9b0bf5534c70abfc8284f135d7.tar.bz2 | |
Merge of r4491, r4492:
*) Renamed constants and fixed off-by-one error in "msie_padding on"
handling.
*) Added support for the 307 Temporary Redirect.
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 3b246169a..f9d449dd1 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -75,6 +75,7 @@ #define NGX_HTTP_MOVED_TEMPORARILY 302 #define NGX_HTTP_SEE_OTHER 303 #define NGX_HTTP_NOT_MODIFIED 304 +#define NGX_HTTP_TEMPORARY_REDIRECT 307 #define NGX_HTTP_BAD_REQUEST 400 #define NGX_HTTP_UNAUTHORIZED 401 |
