# HG changeset patch # User Ruslan Ermilov # Date 1323781585 0 # Node ID 6d8356490215ae9be7133be929f09e337be7774a # Parent ad26f0ae970f9da4a5a66fb3dbe2e81da99cdaad Consistently call header fields as such. diff -r ad26f0ae970f -r 6d8356490215 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Dec 13 13:03:50 2011 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Dec 13 13:06:25 2011 +0000 @@ -545,14 +545,14 @@ Specifies how to compare modification time of a response with the time in the
If-Modified-Since
-request header: +request header field: off the -
If-Modified-Since
request header is ignored (0.7.34); +
If-Modified-Since
request header field is ignored (0.7.34);
exact @@ -564,7 +564,7 @@ modification time of a response is less than or equal to the time in the
If-Modified-Since
-request header. +request header field.
@@ -580,8 +580,8 @@ server -Controls whether headers with invalid names should be ignored. -Valid header names consist of letters, digits, hyphens, and possibly +Controls whether header fields with invalid names should be ignored. +Valid names consist of English letters, digits, hyphens, and possibly underscores (as controlled by the directive). @@ -692,14 +692,14 @@ client connection will stay open on the server side. The optional second argument sets a value in the
Keep-Alive: timeout=time
-response header. +response header field. Two arguments may differ. The -
Keep-Alive: timeout=
-is understood by Mozilla and Konqueror. +
Keep-Alive: timeout=time
+header field is understood by Mozilla and Konqueror. MSIE will close keep-alive connection in about 60 seconds.
@@ -714,7 +714,7 @@ Sets the maximum number and size of -buffers used when reading large client request headers. +buffers used when reading large client request header. A request line cannot exceed the size of one buffer, or the client error is returned. @@ -2027,7 +2027,7 @@ } It allows this server to process requests without the
Host
-header, instead of the default server for the given address:port pair. +header field, instead of the default server for the given address:port pair. This is the default setting. Before 0.8.48, the machine's hostname was used by default.