diff src/http/ngx_http_header_filter_module.c @ 3604:3a64bdacf1e4

202 Accepted status code
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jun 2010 13:38:39 +0000
parents dd1570b6f237
children eb5e237bfa58
line wrap: on
line diff
--- a/src/http/ngx_http_header_filter_module.c
+++ b/src/http/ngx_http_header_filter_module.c
@@ -53,7 +53,7 @@ static ngx_str_t ngx_http_status_lines[]
 
     ngx_string("200 OK"),
     ngx_string("201 Created"),
-    ngx_null_string,  /* "202 Accepted" */
+    ngx_string("202 Accepted"),
     ngx_null_string,  /* "203 Non-Authoritative Information" */
     ngx_string("204 No Content"),
     ngx_null_string,  /* "205 Reset Content" */