<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http/modules, 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>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>
<entry>
<title>Access log: fixed the "if=" parameter with buffering (ticket #625).</title>
<updated>2014-09-13T17:47:13+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2014-09-13T17:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=152d92b4b76303d7b2d64e76cadf6d466df48f7f'/>
<id>152d92b4b76303d7b2d64e76cadf6d466df48f7f</id>
<content type='text'>
It might not work if there were more than one "access_log" directives
pointed to the same file and duplicate buffer parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It might not work if there were more than one "access_log" directives
pointed to the same file and duplicate buffer parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: limited next_upstream time and tries (ticket #544).</title>
<updated>2014-09-12T14:50:47+00:00</updated>
<author>
<name>Roman Arutyunyan</name>
<email>arut@nginx.com</email>
</author>
<published>2014-09-12T14:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=02ce6c415f07ea8d7fa6b59a17ee2f02e77ab66b'/>
<id>02ce6c415f07ea8d7fa6b59a17ee2f02e77ab66b</id>
<content type='text'>
The new directives {proxy,fastcgi,scgi,uwsgi,memcached}_next_upstream_tries
and {proxy,fastcgi,scgi,uwsgi,memcached}_next_upstream_timeout limit
the number of upstreams tried and the maximum time spent for these tries
when searching for a valid upstream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new directives {proxy,fastcgi,scgi,uwsgi,memcached}_next_upstream_tries
and {proxy,fastcgi,scgi,uwsgi,memcached}_next_upstream_timeout limit
the number of upstreams tried and the maximum time spent for these tries
when searching for a valid upstream.
</pre>
</div>
</content>
</entry>
</feed>
