comparison src/http/ngx_http_request.c @ 299:46b7eeb8a116

nginx-0.0.3-2004-03-30-19:59:50 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 30 Mar 2004 15:59:50 +0000
parents 4a3f18406832
children 744965ec6275
comparison
equal deleted inserted replaced
298:4a3f18406832 299:46b7eeb8a116
36 "client %s sent invalid method in HTTP/0.9 request", 36 "client %s sent invalid method in HTTP/0.9 request",
37 37
38 "client %s sent invalid header, URL: %s", 38 "client %s sent invalid header, URL: %s",
39 "client %s sent too long header line, URL: %s", 39 "client %s sent too long header line, URL: %s",
40 "client %s sent HTTP/1.1 request without \"Host\" header, URL: %s", 40 "client %s sent HTTP/1.1 request without \"Host\" header, URL: %s",
41 "client %s sent invalid \"Content-Length\" header, URL: %s" 41 "client %s sent invalid \"Content-Length\" header, URL: %s",
42 "client %s sent POST method without \"Content-Length\" header, URL: %s" 42 "client %s sent POST method without \"Content-Length\" header, URL: %s"
43 }; 43 };
44 44
45 45
46 #if 0 46 #if 0