summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_h1proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_h1proto.c')
-rw-r--r--src/nxt_h1proto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_h1proto.c b/src/nxt_h1proto.c
index abc92dd4..5e3b2f82 100644
--- a/src/nxt_h1proto.c
+++ b/src/nxt_h1proto.c
@@ -1103,6 +1103,8 @@ static const nxt_str_t nxt_http_redirection[] = {
nxt_string("HTTP/1.1 302 Found\r\n"),
nxt_string("HTTP/1.1 303 See Other\r\n"),
nxt_string("HTTP/1.1 304 Not Modified\r\n"),
+ nxt_string("HTTP/1.1 307 Temporary Redirect\r\n"),
+ nxt_string("HTTP/1.1 308 Permanent Redirect\r\n"),
};