<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http, branch release-1.7.6</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Upstream keepalive: reset c-&gt;sent on cached connections.</title>
<updated>2014-09-29T18:27:45+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2014-09-29T18:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=403a9efc0c1f50333b65d5c86deb80c794e45595'/>
<id>403a9efc0c1f50333b65d5c86deb80c794e45595</id>
<content type='text'>
The c-&gt;sent is reset to 0 on each request by server-side http code,
so do the same on client side.  This allows to count number of bytes
sent in a particular request.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The c-&gt;sent is reset to 0 on each request by server-side http code,
so do the same on client side.  This allows to count number of bytes
sent in a particular request.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit req: reduced number of parameters in the lookup function.</title>
<updated>2014-09-24T17:55:19+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-24T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=c9fbbc82731fe54f08bf53fa41677d3f1fd6fbcb'/>
<id>c9fbbc82731fe54f08bf53fa41677d3f1fd6fbcb</id>
<content type='text'>
No functional changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No functional changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit req: use complex value in limit_req_zone.</title>
<updated>2014-09-24T17:55:19+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-24T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=021a9df15b94af3b5a524cac9c67f9f0e21c37d1'/>
<id>021a9df15b94af3b5a524cac9c67f9f0e21c37d1</id>
<content type='text'>
One intentional side effect of this change is that key is allowed only
in the first position.  Previously, it was possible to specify the key
variable at any position, but that was never documented, and is contrary
with nginx configuration practice for positional parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One intentional side effect of this change is that key is allowed only
in the first position.  Previously, it was possible to specify the key
variable at any position, but that was never documented, and is contrary
with nginx configuration practice for positional parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit conn: aligned field names in structures.</title>
<updated>2014-09-24T17:55:19+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-24T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=98f7d0efb2f6b6d62f4684750676ba2581f333c0'/>
<id>98f7d0efb2f6b6d62f4684750676ba2581f333c0</id>
<content type='text'>
No functional changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No functional changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit conn: use complex value in limit_conn_zone (ticket #121).</title>
<updated>2014-09-24T17:55:19+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-24T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=dd1ae4348a58c16a16b6e70c81875a2f751f661c'/>
<id>dd1ae4348a58c16a16b6e70c81875a2f751f661c</id>
<content type='text'>
One intentional side effect of this change is that key is allowed only
in the first position.  Previously, it was possible to specify the key
variable at any position, but that was never documented, and is contrary
to nginx configuration practice for positional parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One intentional side effect of this change is that key is allowed only
in the first position.  Previously, it was possible to specify the key
variable at any position, but that was never documented, and is contrary
to nginx configuration practice for positional parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit conn: removed deprecated "limit_zone" directive.</title>
<updated>2014-09-24T17:55:19+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-24T17:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1866f15d7d938d8b78e94839b00db06df98d8cb8'/>
<id>1866f15d7d938d8b78e94839b00db06df98d8cb8</id>
<content type='text'>
It's deprecated since 260d591cb6a3 (1.1.8).  The "limit_conn_zone" directive
should be used instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's deprecated since 260d591cb6a3 (1.1.8).  The "limit_conn_zone" directive
should be used instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoided to add duplicate hash key in ngx_http_types_slot().</title>
<updated>2014-09-17T14:52:02+00:00</updated>
<author>
<name>Gu Feng</name>
<email>flygoast@126.com</email>
</author>
<published>2014-09-17T14:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=bba2ce8aae96cfc81fa338dde1675397dd3bed4c'/>
<id>bba2ce8aae96cfc81fa338dde1675397dd3bed4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: fixed file buffers reinit in ngx_http_upstream_reinit().</title>
<updated>2014-09-18T12:37:16+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2014-09-18T12:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=ba1676f267b669edd49f71143001ebc7749e9d4a'/>
<id>ba1676f267b669edd49f71143001ebc7749e9d4a</id>
<content type='text'>
Previously, a file buffer start position was reset to the file start.
Now it's reset to the previous file buffer end.  This fixes
reinitialization of requests having multiple successive parts of a
single file.  Such requests are generated by fastcgi module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, a file buffer start position was reset to the file start.
Now it's reset to the previous file buffer end.  This fixes
reinitialization of requests having multiple successive parts of a
single file.  Such requests are generated by fastcgi module.
</pre>
</div>
</content>
</entry>
<entry>
<title>FastCGI: fixed start pointers in request buffers.</title>
<updated>2014-09-18T12:37:14+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2014-09-18T12:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=66876d0b098fee3e3a0cbdf039a11050814f55e0'/>
<id>66876d0b098fee3e3a0cbdf039a11050814f55e0</id>
<content type='text'>
The start pointers are used in ngx_http_upstream_reinit() to
reinit FastCGI requests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The start pointers are used in ngx_http_upstream_reinit() to
reinit FastCGI requests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit req: don't truncate key value to 255 bytes.</title>
<updated>2014-09-16T17:12:51+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-16T17:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=a7798de9bd8f1f4fd5bce6d77631073d472bed8a'/>
<id>a7798de9bd8f1f4fd5bce6d77631073d472bed8a</id>
<content type='text'>
While the module allows to use values up to 65535 bytes as a key,
that actually never worked properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While the module allows to use values up to 65535 bytes as a key,
that actually never worked properly.
</pre>
</div>
</content>
</entry>
</feed>
