diff src/http/ngx_http_header_filter_module.c @ 3631:eb5e237bfa58

303 See Other
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Jun 2010 14:58:52 +0000
parents 3a64bdacf1e4
children a870639d2970
line wrap: on
line diff
--- a/src/http/ngx_http_header_filter_module.c
+++ b/src/http/ngx_http_header_filter_module.c
@@ -68,7 +68,7 @@ static ngx_str_t ngx_http_status_lines[]
 
     ngx_string("301 Moved Permanently"),
     ngx_string("302 Moved Temporarily"),
-    ngx_null_string,  /* "303 See Other" */
+    ngx_string("303 See Other"),
     ngx_string("304 Not Modified"),
 
     /* ngx_null_string, */  /* "305 Use Proxy" */