comparison xml/en/docs/http/ngx_http_core_module.xml @ 1699:6c96a644b0b3

Corrected description of $binary_remote_addr and saved state.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 05 May 2016 14:43:40 +0300
parents 4319f72f11f5
children 792478434bb1
comparison
equal deleted inserted replaced
1698:2052ffb3529a 1699:6c96a644b0b3
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="55"> 13 rev="56">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
2861 </tag-desc> 2861 </tag-desc>
2862 2862
2863 <tag-name id="var_binary_remote_addr"><var>$binary_remote_addr</var></tag-name> 2863 <tag-name id="var_binary_remote_addr"><var>$binary_remote_addr</var></tag-name>
2864 <tag-desc> 2864 <tag-desc>
2865 client address in a binary form, value’s length is always 4 bytes 2865 client address in a binary form, value’s length is always 4 bytes
2866 for IPv4 addresses or 16 bytes for IPv6 addresses
2866 </tag-desc> 2867 </tag-desc>
2867 2868
2868 <tag-name id="var_body_bytes_sent"><var>$body_bytes_sent</var></tag-name> 2869 <tag-name id="var_body_bytes_sent"><var>$body_bytes_sent</var></tag-name>
2869 <tag-desc> 2870 <tag-desc>
2870 number of bytes sent to a client, not counting the response header; 2871 number of bytes sent to a client, not counting the response header;