<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowlib.git, branch 2.2.1</title>
<subtitle>Support library for manipulating Web protocols.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/'/>
<entry>
<title>Cowlib 2.2.1</title>
<updated>2018-03-28T15:50:01+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-28T15:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=b6381527831c5ebb74759e119a517b7d22d4b23a'/>
<id>b6381527831c5ebb74759e119a517b7d22d4b23a</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 parsing of the x-forwarded-for header</title>
<updated>2018-03-13T16:31:44+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-13T16:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=fe4d3cc6f83a3ed45d425d6a61c4f2f731238fa3'/>
<id>fe4d3cc6f83a3ed45d425d6a61c4f2f731238fa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cowlib 2.2.0</title>
<updated>2018-03-05T14:51:54+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-05T14:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=754affa48f749229952e54c8949299c8bf7c5e32'/>
<id>754affa48f749229952e54c8949299c8bf7c5e32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The Websocket subprotocol tokens are case sensitive</title>
<updated>2018-03-05T14:50:47+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-05T14:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=8b9f9f086691d154d6822c013a7f162a9726e390'/>
<id>8b9f9f086691d154d6822c013a7f162a9726e390</id>
<content type='text'>
As clarified in https://tools.ietf.org/html/rfc7936 the IANA
registry only accepts case insensitive values for clarity's
sake but the actual tokens are case sensitive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As clarified in https://tools.ietf.org/html/rfc7936 the IANA
registry only accepts case insensitive values for clarity's
sake but the actual tokens are case sensitive.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow cookies without a value</title>
<updated>2018-03-05T14:13:42+00:00</updated>
<author>
<name>Jonathan Perret</name>
<email>jonathan@ut7.fr</email>
</author>
<published>2017-12-01T16:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=ecfcaa12fb2f1aa1226e9329e96cb4ecedbc1bc3'/>
<id>ecfcaa12fb2f1aa1226e9329e96cb4ecedbc1bc3</id>
<content type='text'>
Some cookies are seen in the wild consisting of just a name, without
even a "=" char. This allows parsing them as if they were written
"foo=", that is with an empty value.

Commit amended to add a few more test cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some cookies are seen in the wild consisting of just a name, without
even a "=" char. This allows parsing them as if they were written
"foo=", that is with an empty value.

Commit amended to add a few more test cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace from header values</title>
<updated>2018-03-05T13:54:12+00:00</updated>
<author>
<name>Gustaf Sjoberg</name>
<email>gs@pipsq.com</email>
</author>
<published>2017-02-23T10:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=ca3b4d8d1b194d5dd4f2d452eb7bd88932e6617a'/>
<id>ca3b4d8d1b194d5dd4f2d452eb7bd88932e6617a</id>
<content type='text'>
Edited to add a test and use byte_size instead of size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Edited to add a test and use byte_size instead of size.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the 308 Permanent Redirect status code</title>
<updated>2018-03-05T12:58:55+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-03-05T12:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=fa0357ff752e1ce70191ceb6332e5d58b9f1f18e'/>
<id>fa0357ff752e1ce70191ceb6332e5d58b9f1f18e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable ci.erlang.mk only when CI_ERLANG_MK=1 is set</title>
<updated>2018-02-28T16:28:36+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-02-28T16:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=1786151ebfdfc89201fd1768c20326af129474cb'/>
<id>1786151ebfdfc89201fd1768c20326af129474cb</id>
<content type='text'>
This will avoid issues with other people's build systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will avoid issues with other people's build systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cowlib 2.1.0</title>
<updated>2017-12-11T12:49:13+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-12-11T12:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=3ef5b48a028bb66f82b452c98ae515903096641c'/>
<id>3ef5b48a028bb66f82b452c98ae515903096641c</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 421 status code from HTTP/2</title>
<updated>2017-11-28T22:12:13+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-11-28T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowlib.git/commit/?id=824d807225f9b6f692be365635e1792c20cf9ad0'/>
<id>824d807225f9b6f692be365635e1792c20cf9ad0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
