<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gun.git/test, branch 1.3.x</title>
<subtitle>HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/'/>
<entry>
<title>Remove the old eunit test</title>
<updated>2020-02-28T08:20:29+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-02-28T08:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/commit/?id=2d7940960464dabda4fbc2412789d17869c96853'/>
<id>2d7940960464dabda4fbc2412789d17869c96853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use specific error when HTTP/2 receives HTTP/1 response</title>
<updated>2020-02-27T15:34:29+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-02-27T15:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/commit/?id=db12dd680f6539f199308f0783309ffefa5f3b06'/>
<id>db12dd680f6539f199308f0783309ffefa5f3b06</id>
<content type='text'>
Also fix a build issue introduced in cherry-pick.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix a build issue introduced in cherry-pick.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test getting preface errors in the 'DOWN' reason</title>
<updated>2020-02-27T14:19:53+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-02-27T12:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/commit/?id=59d99d7d67fbab6db877ab9a6441b003490edfaa'/>
<id>59d99d7d67fbab6db877ab9a6441b003490edfaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect invalid HTTP/2 preface errors</title>
<updated>2020-02-27T14:18:02+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-02-27T11:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/commit/?id=c236ed09726a4283a597f662307c9ac07e4f3b7a'/>
<id>c236ed09726a4283a597f662307c9ac07e4f3b7a</id>
<content type='text'>
And make sure all HTTP/2 connection_error(s) result in a
gun_down message containing the error. In the preface case
we do not send a gun_error message (because there's no stream
open yet) and gun_down was always saying normal.

Also make sure the human readable reason is included in the
gun_error message, if any.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And make sure all HTTP/2 connection_error(s) result in a
gun_down message containing the error. In the preface case
we do not send a gun_error message (because there's no stream
open yet) and gun_down was always saying normal.

Also make sure the human readable reason is included in the
gun_error message, if any.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve logging in the h2specd_SUITE</title>
<updated>2018-09-28T14:51:42+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-09-28T14:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/commit/?id=47391e3a48e59a9fe51f15b1e69bf98f0c3b5a5d'/>
<id>47391e3a48e59a9fe51f15b1e69bf98f0c3b5a5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run the h2specd tests in a new test suite</title>
<updated>2018-09-28T14:22:35+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-09-28T14:22:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/commit/?id=46bab37b54001a110633a6f382aa102848b07795'/>
<id>46bab37b54001a110633a6f382aa102848b07795</id>
<content type='text'>
A number of tests are currently failing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A number of tests are currently failing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a timer:sleep to make a test pass reliably</title>
<updated>2018-09-26T15:23:29+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-09-26T15:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/commit/?id=29fa471166e033090ee424df8c6f3c5489dd9e39'/>
<id>29fa471166e033090ee424df8c6f3c5489dd9e39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't crash on HEADERS frames with PRIORITY flag set</title>
<updated>2018-09-26T14:05:52+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-09-26T14:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/commit/?id=a49200eef5681a21b47b9398804021b340486db8'/>
<id>a49200eef5681a21b47b9398804021b340486db8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't send keep-alive while waiting for CONNECT responses</title>
<updated>2018-09-26T11:51:13+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-09-26T11:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/commit/?id=d8e91eefa6ea9973f60657db05c85ec594aa7d0b'/>
<id>d8e91eefa6ea9973f60657db05c85ec594aa7d0b</id>
<content type='text'>
Otherwise this can mess up the underlying protocol we will
switch to, like TLS or HTTP/2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise this can mess up the underlying protocol we will
switch to, like TLS or HTTP/2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep track of the intermediaries the connection go through</title>
<updated>2018-09-26T10:08:11+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-09-26T10:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/gun.git/commit/?id=f328916937c67b3c9679e4f11d4594c39d36f85d'/>
<id>f328916937c67b3c9679e4f11d4594c39d36f85d</id>
<content type='text'>
Also augment the CONNECT tests to confirm that the
intermediaries are accounted for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also augment the CONNECT tests to confirm that the
intermediaries are accounted for.
</pre>
</div>
</content>
</entry>
</feed>
