<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/inets/src/http_server, branch KennethL-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'maint-20' into maint</title>
<updated>2017-11-10T14:38:03+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2017-11-10T14:38:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3fb3067d953f8be9fe66d3a6687a86be2e8d2f3f'/>
<id>3fb3067d953f8be9fe66d3a6687a86be2e8d2f3f</id>
<content type='text'>
* maint-20:
  Updated OTP version
  Update release notes
  Update version numbers
  inets: Prepare for release
  inets: Add missing guard
  Avoid WindowBits=8 as per the manual
  Fix deflateParams on zlib 1.2.11
  Ignore empty binaries in enif_inspect_iovec
  Emasculate writable binaries on entering an iovec
  Only apply EOS behaviors if there's pending data
  Stop assuming that all schedulers are managed when updating msacc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint-20:
  Updated OTP version
  Update release notes
  Update version numbers
  inets: Prepare for release
  inets: Add missing guard
  Avoid WindowBits=8 as per the manual
  Fix deflateParams on zlib 1.2.11
  Ignore empty binaries in enif_inspect_iovec
  Emasculate writable binaries on entering an iovec
  Only apply EOS behaviors if there's pending data
  Stop assuming that all schedulers are managed when updating msacc
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Add missing guard</title>
<updated>2017-11-09T08:56:15+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2017-11-07T09:25:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4dcabdcc5ab7f41189ec3937e84b323d80d6df57'/>
<id>4dcabdcc5ab7f41189ec3937e84b323d80d6df57</id>
<content type='text'>
Add test in the correct place which was the reason the guard became missing
without being noticed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add test in the correct place which was the reason the guard became missing
without being noticed.
</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>inets: httpd - do not hardcode 302 status for location</title>
<updated>2017-10-31T09:17:13+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=d7a5a8a61f496708133863391f2a67a0ea47bdc7'/>
<id>d7a5a8a61f496708133863391f2a67a0ea47bdc7</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>Merge branch 'ingela/inets/not-chunked-esi/OTP-14656' into maint</title>
<updated>2017-10-26T07:48:08+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2017-10-26T07:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=20af6471398302330073f9ee8325bc018e5959bf'/>
<id>20af6471398302330073f9ee8325bc018e5959bf</id>
<content type='text'>
* ingela/inets/not-chunked-esi/OTP-14656:
  inets: httpd - Fix broken handling of POST requests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/inets/not-chunked-esi/OTP-14656:
  inets: httpd - Fix broken handling of POST requests
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: httpd - Fix broken handling of POST requests</title>
<updated>2017-10-25T08:40:23+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=15f71894d82af204eb10589339c3180579e55e20'/>
<id>15f71894d82af204eb10589339c3180579e55e20</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-10-24T08:12:18+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=bb8477f767a0911eb060916a8028c7472ba678a6'/>
<id>bb8477f767a0911eb060916a8028c7472ba678a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: ENV should be a string</title>
<updated>2017-10-12T10:03:10+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2017-10-09T13:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c030104256344756420d819b1b1381777c216a38'/>
<id>c030104256344756420d819b1b1381777c216a38</id>
<content type='text'>
This is tested by new erts check that will cause badarg when trying to
execute scripts via mod_cgi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is tested by new erts check that will cause badarg when trying to
execute scripts via mod_cgi
</pre>
</div>
</content>
</entry>
</feed>
