<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git, branch 2.3.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>Tentatively update Cowboy to 2.3.0</title>
<updated>2018-03-28T16:15:40+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-28T16:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=a7b06f2e138c0c03c2511ed9fe6803fc9ebf3401'/>
<id>a7b06f2e138c0c03c2511ed9fe6803fc9ebf3401</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Cowlib to 2.2.1</title>
<updated>2018-03-28T16:12:37+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-28T16:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=28f8b0f29aca7bc9e995cdbf68b5151840c3f246'/>
<id>28f8b0f29aca7bc9e995cdbf68b5151840c3f246</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add max_frame_size option for websocket handlers</title>
<updated>2018-03-28T14:58:02+00:00</updated>
<author>
<name>Kirill Kinduk</name>
<email>evilbluebeaver@gmail.com</email>
</author>
<published>2017-08-25T09:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=4c34774b7eb787e37892399f2daddba68ec277e3'/>
<id>4c34774b7eb787e37892399f2daddba68ec277e3</id>
<content type='text'>
Option allows to limit a frame by size before decoding its payload.

LH: I have added a test for when the limit is reached on a nofin
fragmented frame (the last commit addressed that case but it had
no test). I have fixed formatting and other, and changed the
default value to infinity since it might otherwise be incompatible
with existing code. I also added documentation and a bunch of other
minor changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Option allows to limit a frame by size before decoding its payload.

LH: I have added a test for when the limit is reached on a nofin
fragmented frame (the last commit addressed that case but it had
no test). I have fixed formatting and other, and changed the
default value to infinity since it might otherwise be incompatible
with existing code. I also added documentation and a bunch of other
minor changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate keys from map in inform docs</title>
<updated>2018-03-27T21:10:27+00:00</updated>
<author>
<name>Gary Rennie</name>
<email>gazler@gmail.com</email>
</author>
<published>2018-03-21T10:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=288deb5b88dd8e0aae57c9858d16c19ca9f186f9'/>
<id>288deb5b88dd8e0aae57c9858d16c19ca9f186f9</id>
<content type='text'>
This is the equivalent way of doing the same thing using a single header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the equivalent way of doing the same thing using a single header.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the remaining sys tests</title>
<updated>2018-03-27T21:03:26+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-27T21:03:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=5f0123eddb74397767a6e460d349f103e8d88609'/>
<id>5f0123eddb74397767a6e460d349f103e8d88609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more sys tests</title>
<updated>2018-03-26T22:58:15+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-26T22:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=9f9bd5ef5607d75f68990e2ca6299d314e65c613'/>
<id>9f9bd5ef5607d75f68990e2ca6299d314e65c613</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the flushing of messages when switching to Websocket</title>
<updated>2018-03-26T16:53:07+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-26T16:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=5964273cc4354b7378b8bdf49fe455d2b46d7c3b'/>
<id>5964273cc4354b7378b8bdf49fe455d2b46d7c3b</id>
<content type='text'>
We now flush messages that are specific to cowboy_http only.

Stream handlers should also flush their own specific messages
if necessary, although timeouts will be flushed regardless
of where they originate from.

Also renames the http_SUITE to old_http_SUITE to distinguish
new tests from old tests. Most old tests need to be removed
or converted eventually as they're legacy tests from Cowboy 1.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now flush messages that are specific to cowboy_http only.

Stream handlers should also flush their own specific messages
if necessary, although timeouts will be flushed regardless
of where they originate from.

Also renames the http_SUITE to old_http_SUITE to distinguish
new tests from old tests. Most old tests need to be removed
or converted eventually as they're legacy tests from Cowboy 1.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial support for system messages in cowboy_loop</title>
<updated>2018-03-23T17:33:16+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-23T17:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=4d5174632cc1feac541697b18e6fbbdd0eed021b'/>
<id>4d5174632cc1feac541697b18e6fbbdd0eed021b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge the two separate receive loops in cowboy_websocket</title>
<updated>2018-03-23T15:32:53+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-23T15:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=21c9c669719b864f6cc091125bc766183b43bd87'/>
<id>21c9c669719b864f6cc091125bc766183b43bd87</id>
<content type='text'>
Also rename a bunch of functions to make the code easier to read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename a bunch of functions to make the code easier to read.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add RFC 8336 to the list</title>
<updated>2018-03-23T15:22:04+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-23T15:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=31092b546c8995fcfe0fa07d4e9741ad42665747'/>
<id>31092b546c8995fcfe0fa07d4e9741ad42665747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
