<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nginx.git/src/http, branch release-0.8.33</title>
<subtitle>nginx</subtitle>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/'/>
<entry>
<title>do not disable keepalive after POST requests for MSIE 7+</title>
<updated>2010-02-01T12:58:07+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-02-01T12:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=b681f7184cbf234972292dfb3938dcfbe5fff05b'/>
<id>b681f7184cbf234972292dfb3938dcfbe5fff05b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disable keepalive for Safari:</title>
<updated>2010-02-01T12:01:01+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-02-01T12:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=8164f329fe7703c3abb7e73b0c456a5b1c032b64'/>
<id>8164f329fe7703c3abb7e73b0c456a5b1c032b64</id>
<content type='text'>
    https://bugs.webkit.org/show_bug.cgi?id=5760
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    https://bugs.webkit.org/show_bug.cgi?id=5760
</pre>
</div>
</content>
</entry>
<entry>
<title>delete u-&gt;cleanup mark, this fixes large values in $upstream_response_time,</title>
<updated>2010-01-29T16:45:14+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-01-29T16:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=4e20f24b5bfd103e1471d6eceea6c1c13ea6e9ea'/>
<id>4e20f24b5bfd103e1471d6eceea6c1c13ea6e9ea</id>
<content type='text'>
the bug had been introduced in r3007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the bug had been introduced in r3007
</pre>
</div>
</content>
</entry>
<entry>
<title>skip URI trailing spaces under Win32</title>
<updated>2010-01-28T14:09:28+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-01-28T14:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=77860d74a56774e25e9beae66878489027a4abe3'/>
<id>77860d74a56774e25e9beae66878489027a4abe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix segfault when while discarding body a write event handler is called,</title>
<updated>2010-01-28T08:33:24+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-01-28T08:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=918ef947da4c809d1b87f284070ab7b19645ab9d'/>
<id>918ef947da4c809d1b87f284070ab7b19645ab9d</id>
<content type='text'>
runs ngx_http_core_run_phases(), and starts a request processing again.
The write event has clear type and remained in a keepalive connection.
The bug was introduced in r3050.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
runs ngx_http_core_run_phases(), and starts a request processing again.
The write event has clear type and remained in a keepalive connection.
The bug was introduced in r3050.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version</title>
<updated>2010-01-28T08:22:45+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-01-28T08:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=2f5bcf2d172c7292d1054db04a4ecf83d937bd16'/>
<id>2f5bcf2d172c7292d1054db04a4ecf83d937bd16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow a chunked body for 201 responses</title>
<updated>2010-01-11T15:14:23+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-01-11T15:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=fcaa367929e2484a94f3c1b6276ba56ac96295a3'/>
<id>fcaa367929e2484a94f3c1b6276ba56ac96295a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>named captures worked for two names only</title>
<updated>2010-01-11T11:21:46+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2010-01-11T11:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=e4bc4a2940a0d39e1b07dd9e0f30b39dfd973e18'/>
<id>e4bc4a2940a0d39e1b07dd9e0f30b39dfd973e18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix negative time in "Cache-Control" if "expires modified" sets time in the past</title>
<updated>2009-12-25T15:00:08+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-12-25T15:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=1651542b3ad80440378674204fba9af6e0092637'/>
<id>1651542b3ad80440378674204fba9af6e0092637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version</title>
<updated>2009-12-25T14:57:10+00:00</updated>
<author>
<name>Igor Sysoev</name>
<email>igor@sysoev.ru</email>
</author>
<published>2009-12-25T14:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sigsegv.uk/nginx.git/commit/?id=9a5eabc4ac28ec90537dcd27f348738a19d199e1'/>
<id>9a5eabc4ac28ec90537dcd27f348738a19d199e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
