<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-20.1.4</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Updated OTP version</title>
<updated>2017-11-02T07:22:45+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-11-02T07:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3e8c1ff94c0a73df71daadd4eb782c21c49f22d9'/>
<id>3e8c1ff94c0a73df71daadd4eb782c21c49f22d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2017-11-02T07:22:43+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-11-02T07:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9e8f1fccb7da70eff0f9a359c97894e8f9bb739a'/>
<id>9e8f1fccb7da70eff0f9a359c97894e8f9bb739a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/inets/maint/httpd-location-chunk-and-close/OTP-14716/OTP-14656/OTP-14696' into maint-20</title>
<updated>2017-11-02T07:22:34+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-11-02T07:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d8f7b40f0d8ea8ede5bf1538a1bdc4928e9989f1'/>
<id>d8f7b40f0d8ea8ede5bf1538a1bdc4928e9989f1</id>
<content type='text'>
* ingela/inets/maint/httpd-location-chunk-and-close/OTP-14716/OTP-14656/OTP-14696:
  inets: Prepare for release
  inets: httpd - Fix broken handling of POST requests
  inets: Make sure httpd:stop_service is synchronous
  inets: httpd - do not hardcode 302 status for location
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/inets/maint/httpd-location-chunk-and-close/OTP-14716/OTP-14656/OTP-14696:
  inets: Prepare for release
  inets: httpd - Fix broken handling of POST requests
  inets: Make sure httpd:stop_service is synchronous
  inets: httpd - do not hardcode 302 status for location
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Prepare for release</title>
<updated>2017-11-01T10:04:33+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2017-10-31T17:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=25112441ccfb14040a977042d6333e42df7d234f'/>
<id>25112441ccfb14040a977042d6333e42df7d234f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: httpd - Fix broken handling of POST requests</title>
<updated>2017-11-01T10:04:33+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2017-10-12T09:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eff478611df711b328fd5e349e1c937ea8be4b5b'/>
<id>eff478611df711b328fd5e349e1c937ea8be4b5b</id>
<content type='text'>
New chunk mechanism of body data in POST requests added in
5d01c70ca399edf28e99dc760506329689fab6ba
broke handling of POST body data not using the new mechanism.

Added better regression test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New chunk mechanism of body data in POST requests added in
5d01c70ca399edf28e99dc760506329689fab6ba
broke handling of POST body data not using the new mechanism.

Added better regression test
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Make sure httpd:stop_service is synchronous</title>
<updated>2017-11-01T09:54:20+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2017-10-10T16:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=425b826e7fefe3bd4b174adfb8ead5953dd5dadf'/>
<id>425b826e7fefe3bd4b174adfb8ead5953dd5dadf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: httpd - do not hardcode 302 status for location</title>
<updated>2017-11-01T09:53:17+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2017-10-24T15:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2cc5ba70cbbc6b3ace81a2a0324417c3b65265bb'/>
<id>2cc5ba70cbbc6b3ace81a2a0324417c3b65265bb</id>
<content type='text'>
If a status code is provide by the ESI script that status code should have
precedence over internal defaults.

Also remove RFC 2616 requirement that URI must be absolute, that requirement
is relaxed by RFC 7231.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a status code is provide by the ESI script that status code should have
precedence over internal defaults.

Also remove RFC 2616 requirement that URI must be absolute, that requirement
is relaxed by RFC 7231.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OTP version</title>
<updated>2017-10-25T06:08:04+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-10-25T06:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a98379d0519c28f9bc9b673ed2c09fb1ad52456e'/>
<id>a98379d0519c28f9bc9b673ed2c09fb1ad52456e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2017-10-25T06:08:01+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-10-25T06:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ecfa7567476ccf38c7987f0ee0eaa5987c9695f5'/>
<id>ecfa7567476ccf38c7987f0ee0eaa5987c9695f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers</title>
<updated>2017-10-25T06:07:43+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-10-25T06:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1d65c3fd82062dc828737537d855a225da1fdd7a'/>
<id>1d65c3fd82062dc828737537d855a225da1fdd7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
