comparison src/http/ngx_http_header_filter_module.c @ 1057:bbde03037ef6

NGX_HTTP_PRECONDITION_FAILED
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Jan 2007 20:51:51 +0000
parents 7e24168b0853
children 128ea9efb824 0a174d921f1e
comparison
equal deleted inserted replaced
1056:82b9e57993ec 1057:bbde03037ef6
85 ngx_null_string, /* "407 Proxy Authentication Required" */ 85 ngx_null_string, /* "407 Proxy Authentication Required" */
86 ngx_string("408 Request Time-out"), 86 ngx_string("408 Request Time-out"),
87 ngx_string("409 Conflict"), 87 ngx_string("409 Conflict"),
88 ngx_string("410 Gone"), 88 ngx_string("410 Gone"),
89 ngx_string("411 Length Required"), 89 ngx_string("411 Length Required"),
90 ngx_null_string, /* "412 Precondition Failed" */ 90 ngx_string("412 Precondition Failed"),
91 ngx_string("413 Request Entity Too Large"), 91 ngx_string("413 Request Entity Too Large"),
92 ngx_null_string, /* "414 Request-URI Too Large", but we never send it 92 ngx_null_string, /* "414 Request-URI Too Large", but we never send it
93 * because we treat such requests as the HTTP/0.9 93 * because we treat such requests as the HTTP/0.9
94 * requests and send only a body without a header 94 * requests and send only a body without a header
95 */ 95 */