<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/inets/test, 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>Merge pull request #2308 from igobul/inets/test/httpc_SUITE</title>
<updated>2019-07-04T06:05:56+00:00</updated>
<author>
<name>Ingela Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-07-04T06:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8fb06b5b98c0bdc959d82d7e19400047a9188d8d'/>
<id>8fb06b5b98c0bdc959d82d7e19400047a9188d8d</id>
<content type='text'>
ERL-989: Fix typo in httpc_SUITE:content_length/1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ERL-989: Fix typo in httpc_SUITE:content_length/1</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'peterdmv/inets/httpc-uri-scheme/ERL-969/OTP-15930' into maint</title>
<updated>2019-07-01T10:00:53+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2019-07-01T10:00:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6839c250fe21b19b100b2ac156b0422c0ec0358d'/>
<id>6839c250fe21b19b100b2ac156b0422c0ec0358d</id>
<content type='text'>
* peterdmv/inets/httpc-uri-scheme/ERL-969/OTP-15930:
  inets: Return error if URI has no scheme (httpc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* peterdmv/inets/httpc-uri-scheme/ERL-969/OTP-15930:
  inets: Return error if URI has no scheme (httpc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in httpc_SUITE:content_length/1</title>
<updated>2019-06-28T03:36:19+00:00</updated>
<author>
<name>Igor Bulanov</name>
<email>igor.bulanov@eltex-co.ru</email>
</author>
<published>2019-06-28T02:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=39dec3155b76dba6d701bee8112d52d4aa61d51a'/>
<id>39dec3155b76dba6d701bee8112d52d4aa61d51a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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 pull request #2206 from alehar/inets/httpd_request_parse_headers_fix</title>
<updated>2019-06-17T10:18:52+00:00</updated>
<author>
<name>Ingela Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-06-17T10:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dc60b1db60b96f6ea300270a7fed9d82e330f86d'/>
<id>dc60b1db60b96f6ea300270a7fed9d82e330f86d</id>
<content type='text'>
inets: httpd_request - honor RFC2616 LF only as header line terminator

OTP-15893</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
inets: httpd_request - honor RFC2616 LF only as header line terminator

OTP-15893</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-04-15T09:01:42+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2019-04-15T09:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6df291b0b1215248717162d529d66bfd63ce0b97'/>
<id>6df291b0b1215248717162d529d66bfd63ce0b97</id>
<content type='text'>
* maint:
  inets: Add tests for erl_script_timeout
  inets: Fix erl_script_timeout handling in mod_esi

Change-Id: I1e8a265f44920780c4b8bf440047225f4dc208d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  inets: Add tests for erl_script_timeout
  inets: Fix erl_script_timeout handling in mod_esi

Change-Id: I1e8a265f44920780c4b8bf440047225f4dc208d6
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Add tests for erl_script_timeout</title>
<updated>2019-04-14T14:35:51+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@users.noreply.github.com</email>
</author>
<published>2019-04-14T14:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e160c628f4305dd603c24ab6d208db57ce15b23b'/>
<id>e160c628f4305dd603c24ab6d208db57ce15b23b</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_request - honor RFC2616 LF only as header line terminator</title>
<updated>2019-04-09T13:35:49+00:00</updated>
<author>
<name>alex</name>
<email>alexander.harju@mobilearts.com</email>
</author>
<published>2019-04-09T13:35:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=58d4a482d710d002acaabd74230922202adbc165'/>
<id>58d4a482d710d002acaabd74230922202adbc165</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Check ipv6 support with ct:require</title>
<updated>2019-03-26T17:38:49+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-03-26T17:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f1bf22b22e2e148984c183d418c27b2f856d4c60'/>
<id>f1bf22b22e2e148984c183d418c27b2f856d4c60</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>2019-03-08T13:58:13+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2019-03-08T13:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6bbf8fd8526b1a2b8510f5cd32b47d3195591036'/>
<id>6bbf8fd8526b1a2b8510f5cd32b47d3195591036</id>
<content type='text'>
* maint:
  inets: Fix handling of erl_script_timeout

Change-Id: Ie6028000b0bd45307477d837f63c51b2620faaea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  inets: Fix handling of erl_script_timeout

Change-Id: Ie6028000b0bd45307477d837f63c51b2620faaea
</pre>
</div>
</content>
</entry>
</feed>
