<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git, branch 2.6.0</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>Silence expected errors from the stream_handler test suite</title>
<updated>2018-11-19T11:37:39+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-19T11:37:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=66fd122c08dd05e2ff2300af963cb977dca2ba7c'/>
<id>66fd122c08dd05e2ff2300af963cb977dca2ba7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an additional test to the static test suite</title>
<updated>2018-11-19T11:24:28+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-19T11:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=ae96aa6e494d8cb4bf3525ecf7575552d1e6f5e9'/>
<id>ae96aa6e494d8cb4bf3525ecf7575552d1e6f5e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence expected errors from the static_handler test suite</title>
<updated>2018-11-19T11:15:40+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-19T11:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=84aea5d24d9e3bdcfc336da02d906bd33dfe0b47'/>
<id>84aea5d24d9e3bdcfc336da02d906bd33dfe0b47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use try..after in tests that start their own listeners</title>
<updated>2018-11-19T08:29:21+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-19T08:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=d2f367fba3a44101ccc333d83ab0c889cca2317b'/>
<id>d2f367fba3a44101ccc333d83ab0c889cca2317b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ?FUNCTION_NAME instead of ct_helper:name()</title>
<updated>2018-11-19T08:05:34+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-19T08:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=bed328b6c9ce41782c340a89554599a838574d82'/>
<id>bed328b6c9ce41782c340a89554599a838574d82</id>
<content type='text'>
Cowboy is 19+ so it's OK to use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cowboy is 19+ so it's OK to use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document cowboy_stream_h/cowboy_compress_h</title>
<updated>2018-11-18T22:03:30+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-18T22:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=6cc3b0ccca6c06592c2a1881cae39945de805747'/>
<id>6cc3b0ccca6c06592c2a1881cae39945de805747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the chunked option for HTTP/1.1</title>
<updated>2018-11-18T12:25:12+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-18T12:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8d6d78575f64055be2d0992d8ccf802d9efa1faa'/>
<id>8d6d78575f64055be2d0992d8ccf802d9efa1faa</id>
<content type='text'>
It allows disabling the chunked transfer-encoding. It
can also be disabled on a per-request basis, although
it will be ignored for responses that are not streamed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It allows disabling the chunked transfer-encoding. It
can also be disabled on a per-request basis, although
it will be ignored for responses that are not streamed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare the Cowboy 2.6 release</title>
<updated>2018-11-17T12:36:14+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-17T12:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=417032a445926ea79c42e82be25b384f2d17d8ac'/>
<id>417032a445926ea79c42e82be25b384f2d17d8ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the idle_timeout option to HTTP/2</title>
<updated>2018-11-16T15:30:57+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-16T15:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8185d356c596e3dda9c87786516c6e924a56617a'/>
<id>8185d356c596e3dda9c87786516c6e924a56617a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the set_options Websocket command</title>
<updated>2018-11-16T12:49:00+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-16T12:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=f5015cb14bbadef95285460f3d842fbbb05c33c3'/>
<id>f5015cb14bbadef95285460f3d842fbbb05c33c3</id>
<content type='text'>
It allows overriding the idle_timeout option only for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It allows overriding the idle_timeout option only for now.
</pre>
</div>
</content>
</entry>
</feed>
