<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/test, branch 2.6.3</title>
<subtitle>Small, fast, modern HTTP server for Erlang/OTP.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/'/>
<entry>
<title>Fallback to host header if authority is missing</title>
<updated>2019-04-01T13:04:33+00:00</updated>
<author>
<name>Fredrik Enestad</name>
<email>fredrik@enestad.com</email>
</author>
<published>2019-01-22T16:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=7ff9e963b89c50f29a33e3e72bbea16d0f26affa'/>
<id>7ff9e963b89c50f29a33e3e72bbea16d0f26affa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a cowboy_static test with an uppercase filename/extension</title>
<updated>2019-04-01T13:04:33+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-03-26T14:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=705fa9755fb683673c9fd089a22f25163cb8e520'/>
<id>705fa9755fb683673c9fd089a22f25163cb8e520</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 error out when h2spec can't be compiled</title>
<updated>2019-03-10T10:21:51+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-03-10T10:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=b9d329c026c8809a6b7ab3cd312598d66081e3f9'/>
<id>b9d329c026c8809a6b7ab3cd312598d66081e3f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the reliability of some http_SUITE tests</title>
<updated>2018-11-22T11:18:00+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-22T11:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=6f1a541fa2e1540d9be045f5cde45fd8523a56d5'/>
<id>6f1a541fa2e1540d9be045f5cde45fd8523a56d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compress buffering tests before OTP 20.1</title>
<updated>2018-11-22T09:41:02+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-22T09:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=3f5af49cfd74f2e5dafacd3dfbf3eb7fa6634f0d'/>
<id>3f5af49cfd74f2e5dafacd3dfbf3eb7fa6634f0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the final old HTTP suite tests and remove it</title>
<updated>2018-11-21T23:12:18+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-21T23:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=0223f69fcd2252a4b686b2815e6ee287b1484551'/>
<id>0223f69fcd2252a4b686b2815e6ee287b1484551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move many old HTTP test cases to the rest_handler test suite</title>
<updated>2018-11-21T17:39:59+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-21T16:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=037b286aa85acaaf439011bd7d2ae38685ce2f2e'/>
<id>037b286aa85acaaf439011bd7d2ae38685ce2f2e</id>
<content type='text'>
A bug was fixed in cowboy_rest where when content_types_provided
returned a media type with a wildcard as first in the list, and
a request comes in without an accept header, then the media_type
value in the Req object would contain '*' instead of [] for the
parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bug was fixed in cowboy_rest where when content_types_provided
returned a media type with a wildcard as first in the list, and
a request comes in without an accept header, then the media_type
value in the Req object would contain '*' instead of [] for the
parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move a old HTTP test cases to new plain_handler test suite</title>
<updated>2018-11-21T13:29:36+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-21T13:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=800a4890092ebd30551c49fdae606ed5182bfdb1'/>
<id>800a4890092ebd30551c49fdae606ed5182bfdb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename sec_SUITE to security_SUITE</title>
<updated>2018-11-21T13:21:14+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-21T13:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=bbc152ba8333c923b4eb9a64f4a0bb02e6ab15f0'/>
<id>bbc152ba8333c923b4eb9a64f4a0bb02e6ab15f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move one more old HTTP test case</title>
<updated>2018-11-21T13:06:57+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-21T12:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=84e474d2126118730813f85208ce443ac1343474'/>
<id>84e474d2126118730813f85208ce443ac1343474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
