<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/src, branch 2.6.2</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>Bind erlang:get_stacktrace prior to making other calls</title>
<updated>2019-04-03T11:54:32+00:00</updated>
<author>
<name>Steve Strong</name>
<email>steve@id3as.co.uk</email>
</author>
<published>2019-03-13T11:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=bfee20e61e9f6f4ad2e2d39d68c9c94910c67bac'/>
<id>bfee20e61e9f6f4ad2e2d39d68c9c94910c67bac</id>
<content type='text'>
If we bind too late there might be an exception triggered
in the terminate function and we will not get the correct
stacktrace as a result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we bind too late there might be an exception triggered
in the terminate function and we will not get the correct
stacktrace as a result.
</pre>
</div>
</content>
</entry>
<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>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>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>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>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>
<entry>
<title>Ensure unknown options are ignored in set_options command</title>
<updated>2018-11-16T12:09:01+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-16T12:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=75045637fc6026054900f2dbea75805ad7c8e682'/>
<id>75045637fc6026054900f2dbea75805ad7c8e682</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow overriding cowboy_http's idle_timeout per request</title>
<updated>2018-11-16T11:54:34+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-16T11:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=1949357f0cbcc1e6c94add457c7cad90d35340c1'/>
<id>1949357f0cbcc1e6c94add457c7cad90d35340c1</id>
<content type='text'>
This allows requests that expect to run longer to do so
without impacting the configuration of other requests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows requests that expect to run longer to do so
without impacting the configuration of other requests.
</pre>
</div>
</content>
</entry>
</feed>
