<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/inets/src/http_client, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>inets: Return error if URI has no scheme (httpc)</title>
<updated>2019-06-27T13:25:26+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2019-06-27T12:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4c7bf834f532b682c92c77a4e4fe171002ee9d7a'/>
<id>4c7bf834f532b682c92c77a4e4fe171002ee9d7a</id>
<content type='text'>
This commit fixes a regression and changes httpc to return
{error, no_scheme} when the request URI has no scheme
e.g. "//foobar".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit fixes a regression and changes httpc to return
{error, no_scheme} when the request URI has no scheme
e.g. "//foobar".
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-02-04T10:56:40+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2019-02-04T10:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4bdbb313f621d54038a9c17c6d9895650d539eab'/>
<id>4bdbb313f621d54038a9c17c6d9895650d539eab</id>
<content type='text'>
* maint:
  Fix typo in erlang.xml
  inets: Ignore bracket option in format_address

Change-Id: I8a215d3872ae74e08d7a17b70ba53535947c032f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Fix typo in erlang.xml
  inets: Ignore bracket option in format_address

Change-Id: I8a215d3872ae74e08d7a17b70ba53535947c032f
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Ignore bracket option in format_address</title>
<updated>2019-02-01T07:33:50+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2019-01-31T17:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2be9b5dc9b443efb495742b27823ae9cad40214f'/>
<id>2be9b5dc9b443efb495742b27823ae9cad40214f</id>
<content type='text'>
Ignore the option 'ipv6_host_with_brackets' when formatting
addresses to be used in lower level functions.

Change-Id: I3b7b276b37fe129ade9208519bff226e17ae7c57
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore the option 'ipv6_host_with_brackets' when formatting
addresses to be used in lower level functions.

Change-Id: I3b7b276b37fe129ade9208519bff226e17ae7c57
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-01-23T14:37:29+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-01-23T14:37:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5a9adb7b9b600fc2a406e677a673047045a494d8'/>
<id>5a9adb7b9b600fc2a406e677a673047045a494d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: httpc - Do not use bracked addresses to gen_tcp or ssl calls</title>
<updated>2019-01-23T14:16:21+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-01-17T12:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f6d76e0c76591721baab85d249685104daad94e5'/>
<id>f6d76e0c76591721baab85d249685104daad94e5</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 'maint'</title>
<updated>2018-10-08T13:10:38+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2018-10-08T13:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=471e2ac8af3730c526a8cd345af5d0c356e60220'/>
<id>471e2ac8af3730c526a8cd345af5d0c356e60220</id>
<content type='text'>
* maint:
  inets: Fix handling of 'Content-Type' (httpc)
  inets: Fix handling of 'Content-Length' (httpc)

Change-Id: I3c8b4ef664d1888efb87d7799365df66eb4b2ff3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  inets: Fix handling of 'Content-Type' (httpc)
  inets: Fix handling of 'Content-Length' (httpc)

Change-Id: I3c8b4ef664d1888efb87d7799365df66eb4b2ff3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'peterdmv/inets/httpc-content-type/ERL-736/OTP-15339' into maint</title>
<updated>2018-10-08T13:07:01+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2018-10-08T13:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=21e5a830ddcdb6efe62d46f491d7aa07e0184c89'/>
<id>21e5a830ddcdb6efe62d46f491d7aa07e0184c89</id>
<content type='text'>
* peterdmv/inets/httpc-content-type/ERL-736/OTP-15339:
  inets: Fix handling of 'Content-Type' (httpc)

Change-Id: I8c9f48d8474dba7a83e4ecba6b8146faffb559fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* peterdmv/inets/httpc-content-type/ERL-736/OTP-15339:
  inets: Fix handling of 'Content-Type' (httpc)

Change-Id: I8c9f48d8474dba7a83e4ecba6b8146faffb559fc
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Fix handling of 'Content-Type' (httpc)</title>
<updated>2018-10-02T15:03:00+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2018-10-02T15:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d95cfc3b4a8ea1bbd8ad6c90f1e00b0150a87d7e'/>
<id>d95cfc3b4a8ea1bbd8ad6c90f1e00b0150a87d7e</id>
<content type='text'>
'Content-Type' is sent when it is explicitly set as a header or
there is a non-empty body in the request.

Former implementation dropped the explicit 'Content-Type' when
the request had an empty body.

Change-Id: I00a9e4a5011f9d28c04c0dfc5fe1561b1ab7eb09
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'Content-Type' is sent when it is explicitly set as a header or
there is a non-empty body in the request.

Former implementation dropped the explicit 'Content-Type' when
the request had an empty body.

Change-Id: I00a9e4a5011f9d28c04c0dfc5fe1561b1ab7eb09
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Fix handling of 'Content-Length' (httpc)</title>
<updated>2018-10-02T14:26:59+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2018-10-02T14:26:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bb5ba03ac8ada0b05c95c7cde295e61fe3faca5c'/>
<id>bb5ba03ac8ada0b05c95c7cde295e61fe3faca5c</id>
<content type='text'>
RFC7230 3.3.2
A sender MUST NOT send a 'Content-Length' header field in any message
that contains a 'Transfer-Encoding' header field.

Change-Id: I568fc65cafe3ab30baad56c002459ff74e4dbb28
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC7230 3.3.2
A sender MUST NOT send a 'Content-Length' header field in any message
that contains a 'Transfer-Encoding' header field.

Change-Id: I568fc65cafe3ab30baad56c002459ff74e4dbb28
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1894 from CrowdHailer/patch-1</title>
<updated>2018-08-28T12:10:23+00:00</updated>
<author>
<name>Ingela Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2018-08-28T12:10:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ef6995cf398870ecaafef972282795a6a7d48e58'/>
<id>ef6995cf398870ecaafef972282795a6a7d48e58</id>
<content type='text'>
Update httpc_manager.erl to fix typo</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update httpc_manager.erl to fix typo</pre>
</div>
</content>
</entry>
</feed>
