diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_header_filter.c
+++ b/src/http/ngx_http_header_filter.c
@@ -75,8 +75,9 @@ static ngx_str_t http_codes[] = {
     ngx_null_string,  /* "412 Precondition Failed" */
     ngx_string("413 Request Entity Too Large"),
     ngx_null_string,  /* "414 Request-URI Too Large" but we never send it
-                         because we treat such requests as the HTTP/0.9 requests
-                         and send only the body without the header */
+                       * because we treat such requests as the HTTP/0.9
+                       * requests and send only a body without a header
+                       */
     ngx_null_string,  /* "415 Unsupported Media Type" */
     ngx_string("416 Requested Range Not Satisfiable"),