comparison src/http/ngx_http_header_filter.c @ 238:674f85a4d00f

nginx-0.0.1-2004-01-23-12:26:18 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 23 Jan 2004 09:26:18 +0000
parents 00cafae0bdf1
children 70e1c7d2b83d
comparison
equal deleted inserted replaced
237:8d5cce3ae221 238:674f85a4d00f
73 ngx_null_string, /* "410 Gone" */ 73 ngx_null_string, /* "410 Gone" */
74 ngx_string("411 Length Required"), 74 ngx_string("411 Length Required"),
75 ngx_null_string, /* "412 Precondition Failed" */ 75 ngx_null_string, /* "412 Precondition Failed" */
76 ngx_string("413 Request Entity Too Large"), 76 ngx_string("413 Request Entity Too Large"),
77 ngx_null_string, /* "414 Request-URI Too Large" but we never send it 77 ngx_null_string, /* "414 Request-URI Too Large" but we never send it
78 because we treat such requests as the HTTP/0.9 requests 78 * because we treat such requests as the HTTP/0.9
79 and send only the body without the header */ 79 * requests and send only a body without a header
80 */
80 ngx_null_string, /* "415 Unsupported Media Type" */ 81 ngx_null_string, /* "415 Unsupported Media Type" */
81 ngx_string("416 Requested Range Not Satisfiable"), 82 ngx_string("416 Requested Range Not Satisfiable"),
82 83
83 ngx_string("500 Internal Server Error"), 84 ngx_string("500 Internal Server Error"),
84 ngx_string("501 Method Not Implemented"), 85 ngx_string("501 Method Not Implemented"),