comparison 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
comparison
equal deleted inserted replaced
3603:041ed4c980f5 3604:3a64bdacf1e4
51 51
52 static ngx_str_t ngx_http_status_lines[] = { 52 static ngx_str_t ngx_http_status_lines[] = {
53 53
54 ngx_string("200 OK"), 54 ngx_string("200 OK"),
55 ngx_string("201 Created"), 55 ngx_string("201 Created"),
56 ngx_null_string, /* "202 Accepted" */ 56 ngx_string("202 Accepted"),
57 ngx_null_string, /* "203 Non-Authoritative Information" */ 57 ngx_null_string, /* "203 Non-Authoritative Information" */
58 ngx_string("204 No Content"), 58 ngx_string("204 No Content"),
59 ngx_null_string, /* "205 Reset Content" */ 59 ngx_null_string, /* "205 Reset Content" */
60 ngx_string("206 Partial Content"), 60 ngx_string("206 Partial Content"),
61 61