<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/test, branch active_n</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>Use /long_polling for rfc7540 tests that reset the stream</title>
<updated>2019-10-10T15:06:59+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-10-10T15:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=63b17e4edf666d995ec86cdcda17a62ba5ebc423'/>
<id>63b17e4edf666d995ec86cdcda17a62ba5ebc423</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add shutdown_reason Websocket command</title>
<updated>2019-10-10T09:33:35+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-10-10T09:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=d52e84bdd97b93d7d9cea827de57bd4a0edea9a8'/>
<id>d52e84bdd97b93d7d9cea827de57bd4a0edea9a8</id>
<content type='text'>
This allows changing the normal exit reason of Websocket
processes, providing a way to signal other processes of
why the exit occurred.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows changing the normal exit reason of Websocket
processes, providing a way to signal other processes of
why the exit occurred.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cowboy_req:cast/2</title>
<updated>2019-10-07T11:25:49+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-10-07T11:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=2e8fcb9a9ef9ef9beff25ed4d48cf0d90609a69b'/>
<id>2e8fcb9a9ef9ef9beff25ed4d48cf0d90609a69b</id>
<content type='text'>
Better than sending messages manually.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Better than sending messages manually.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an intermittent test issue</title>
<updated>2019-10-07T10:18:03+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-10-07T10:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=5cdf78fd570a5239a83e8dce3705e53a08c47f7e'/>
<id>5cdf78fd570a5239a83e8dce3705e53a08c47f7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the commands based Websocket interface</title>
<updated>2019-10-06T14:51:27+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-10-06T14:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=3977f2b96fb8cc2164bfe28ee094b3e661a2fad9'/>
<id>3977f2b96fb8cc2164bfe28ee094b3e661a2fad9</id>
<content type='text'>
The old interface with ok|reply|stop tuples is deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old interface with ok|reply|stop tuples is deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Websocket option validate_utf8</title>
<updated>2019-10-05T15:32:50+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-10-05T15:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=3e23aff1d1b6e4e2f736edd7a8f5465b02c4c6db'/>
<id>3e23aff1d1b6e4e2f736edd7a8f5465b02c4c6db</id>
<content type='text'>
This allows disabling the UTF-8 validation check
for text and close frames.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows disabling the UTF-8 validation check
for text and close frames.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't discard data following a Websocket upgrade request</title>
<updated>2019-10-05T11:04:21+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-10-05T11:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=c50d6aa09c9028dca3365516d30f1242cfd43306'/>
<id>c50d6aa09c9028dca3365516d30f1242cfd43306</id>
<content type='text'>
While the protocol does not allow sending data before
receiving a successful Websocket upgrade response, we
do not want to discard that data if it does come in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While the protocol does not allow sending data before
receiving a successful Websocket upgrade response, we
do not want to discard that data if it does come in.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cowboy_req:filter_cookies/2</title>
<updated>2019-10-05T09:23:57+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-10-05T09:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=03dac1486d72d9d84a3cb99d2040c78b25853257'/>
<id>03dac1486d72d9d84a3cb99d2040c78b25853257</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make cowboy_compress_h add vary: accept-encoding</title>
<updated>2019-10-04T11:32:35+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-10-04T11:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=5ffb4f98e0a8be09675ca508c269b71654294d6a'/>
<id>5ffb4f98e0a8be09675ca508c269b71654294d6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve some early_error tests</title>
<updated>2019-10-04T09:57:29+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2019-10-04T09:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=1a9e62ae2a3b4e39c10c87b5841b460ed81124a9'/>
<id>1a9e62ae2a3b4e39c10c87b5841b460ed81124a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
