We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4641530 commit 68444aaCopy full SHA for 68444aa
src/ngx_http_srcache_util.c
@@ -39,12 +39,12 @@ static ngx_str_t ngx_http_status_lines[] = {
39
ngx_string("302 Moved Temporarily"),
40
ngx_string("303 See Other"),
41
ngx_string("304 Not Modified"),
42
+ ngx_null_string, /* "305 Use Proxy" */
43
+ ngx_null_string, /* "306 unused" */
44
+ ngx_string("307 Temporary Redirect"),
45
+ ngx_string("308 Permanent Redirect"),
46
- /* ngx_null_string, */ /* "305 Use Proxy" */
- /* ngx_null_string, */ /* "306 unused" */
- /* ngx_null_string, */ /* "307 Temporary Redirect" */
-
47
-#define NGX_HTTP_LAST_LEVEL_300 305
+#define NGX_HTTP_LAST_LEVEL_300 309
48
#define NGX_HTTP_LEVEL_300 (NGX_HTTP_LAST_LEVEL_300 - 301)
49
50
ngx_string("400 Bad Request"),
0 commit comments