<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/doc, branch 2.8.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>Cowboy 2.8.0</title>
<updated>2020-05-21T17:02:12+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-05-21T17:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8d5628c5f128bbc3835cee83784058af721c26c0'/>
<id>8d5628c5f128bbc3835cee83784058af721c26c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase the default max_keepalive HTTP option to 1000</title>
<updated>2020-05-20T09:08:58+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-05-20T09:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8337aca4d31ffa8120704057675aacbbaa280975'/>
<id>8337aca4d31ffa8120704057675aacbbaa280975</id>
<content type='text'>
100 is very low for current deployments. 1000 is more
appropriate as a default value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
100 is very low for current deployments. 1000 is more
appropriate as a default value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the routing algorithm</title>
<updated>2020-05-20T08:53:52+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-05-20T08:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=78b23ddfa555136ddf9cd81396e5375845de219c'/>
<id>78b23ddfa555136ddf9cd81396e5375845de219c</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 HTTP/2 linger_timeout option</title>
<updated>2020-04-08T08:27:45+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-04-08T08:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8af3216c4c84e8780d8ce92495f7cefb4d083a86'/>
<id>8af3216c4c84e8780d8ce92495f7cefb4d083a86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify that protocol opts may be defined by stream handlers</title>
<updated>2020-04-08T08:27:14+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-04-08T08:27:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=f58189df19a297dd9dd3911fe1f7631165fac5e8'/>
<id>f58189df19a297dd9dd3911fe1f7631165fac5e8</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 headers to cowboy_req:parse_header/2,3</title>
<updated>2020-03-30T13:02:35+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-03-30T12:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=0fc33c53001e577f52377c520ec8199b9a0682f2'/>
<id>0fc33c53001e577f52377c520ec8199b9a0682f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase the default max_received_frame_rate</title>
<updated>2020-03-29T11:51:21+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-03-29T11:51:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=6ad842a742915066d319f307a0f60cd8df15598b'/>
<id>6ad842a742915066d319f307a0f60cd8df15598b</id>
<content type='text'>
Allow 10000 frames every 10 seconds instead of just 1000,
as the limit was too quickly reached in some deployments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow 10000 frames every 10 seconds instead of just 1000,
as the limit was too quickly reached in some deployments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more specifications</title>
<updated>2020-03-29T11:22:06+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-03-29T11:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=f8e94c3315dab3ae1d6dbb4e6785034f79eb04fb'/>
<id>f8e94c3315dab3ae1d6dbb4e6785034f79eb04fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Trace Context to the list of specs</title>
<updated>2020-02-08T14:32:46+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-02-08T14:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=2ea1313763bff02cf406e3cee4f8795cb6318eea'/>
<id>2ea1313763bff02cf406e3cee4f8795cb6318eea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify modifying/adding to the Req object</title>
<updated>2020-02-08T14:32:46+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2020-02-08T14:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=3ec0cd8b8d3d049ddd2506d7227b4e9647a215e8'/>
<id>3ec0cd8b8d3d049ddd2506d7227b4e9647a215e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
