<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http, branch release-1.9.11</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>Dynamic modules: changed ngx_modules to cycle-&gt;modules.</title>
<updated>2016-02-04T15:30:21+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2016-02-04T15:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=0f67d6355cb365983820d3c268e25424509b2ef6'/>
<id>0f67d6355cb365983820d3c268e25424509b2ef6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dynamic modules: moved module-related stuff to separate files.</title>
<updated>2016-02-04T15:30:21+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2016-02-04T15:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=798833457018ee8a6274ec78e816f747361c0d47'/>
<id>798833457018ee8a6274ec78e816f747361c0d47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP/2: fixed possible buffer overrun (ticket #893).</title>
<updated>2016-02-04T15:01:04+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2016-02-04T15:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9add42c71e71c2af8e67eceeeb773d22a9cab760'/>
<id>9add42c71e71c2af8e67eceeeb773d22a9cab760</id>
<content type='text'>
Due to greater priority of the unary plus operator over the ternary operator
the expression didn't work as expected.  That might result in one byte less
allocation than needed for the HEADERS frame buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to greater priority of the unary plus operator over the ternary operator
the expression didn't work as expected.  That might result in one byte less
allocation than needed for the HEADERS frame buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP/2: fixed padding handling in HEADERS frame with CONTINUATION.</title>
<updated>2016-02-02T13:33:55+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2016-02-02T13:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=cb173ff6722635188546ce7dd8f2a737050d82d5'/>
<id>cb173ff6722635188546ce7dd8f2a737050d82d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP/2: fixed request length accounting.</title>
<updated>2016-02-02T13:33:55+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2016-02-02T13:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8050277acf9d87ac72fe4c5547838a7ba425999a'/>
<id>8050277acf9d87ac72fe4c5547838a7ba425999a</id>
<content type='text'>
Now it includes not only the received body size,
but the size of headers block as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it includes not only the received body size,
but the size of headers block as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP/2: fixed excessive memory allocation for pool cleanup.</title>
<updated>2016-02-02T13:33:55+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2016-02-02T13:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=405f4f99b4471a3073304f9ce689000dcb592ee4'/>
<id>405f4f99b4471a3073304f9ce689000dcb592ee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTP/2: removed unused field from ngx_http_v2_stream_t.</title>
<updated>2016-02-02T13:33:55+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2016-02-02T13:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=3351fbe48124b0e56f1478536089073db8fd2d7d'/>
<id>3351fbe48124b0e56f1478536089073db8fd2d7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Request body: removed surplus assigment, no functional changes.</title>
<updated>2016-01-12T16:19:07+00:00</updated>
<author>
<name>Valentin Bartenev</name>
<email>vbart@nginx.com</email>
</author>
<published>2016-01-12T16:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8a5df8c720a0b5e773bc852779f542ffa66e7061'/>
<id>8a5df8c720a0b5e773bc852779f542ffa66e7061</id>
<content type='text'>
Setting rb-&gt;bufs to NULL is surplus after ngx_http_write_request_body()
has returned NGX_OK.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting rb-&gt;bufs to NULL is surplus after ngx_http_write_request_body()
has returned NGX_OK.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: fixed changing method on X-Accel-Redirect.</title>
<updated>2016-01-11T16:08:12+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2016-01-11T16:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=af647a3da2eb9ff558655424868f82f259de94f1'/>
<id>af647a3da2eb9ff558655424868f82f259de94f1</id>
<content type='text'>
Previously, only r-&gt;method was changed, resulting in handling of a request
as GET within nginx itself, but not in requests to proxied servers.

See http://mailman.nginx.org/pipermail/nginx/2015-December/049518.html.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, only r-&gt;method was changed, resulting in handling of a request
as GET within nginx itself, but not in requests to proxied servers.

See http://mailman.nginx.org/pipermail/nginx/2015-December/049518.html.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upstream: don't keep connections on early responses (ticket #669).</title>
<updated>2015-12-17T13:39:15+00:00</updated>
<author>
<name>Maxim Dounin</name>
<email>mdounin@mdounin.ru</email>
</author>
<published>2015-12-17T13:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=fda7d021ca23d43cb7a17ff92cd4ad5c805a156c'/>
<id>fda7d021ca23d43cb7a17ff92cd4ad5c805a156c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
