summaryrefslogtreecommitdiffstats
path: root/articles/cowboy-2.6.0/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/cowboy-2.6.0/index.html')
-rw-r--r--articles/cowboy-2.6.0/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/articles/cowboy-2.6.0/index.html b/articles/cowboy-2.6.0/index.html
index 3ee0a481..416e22d4 100644
--- a/articles/cowboy-2.6.0/index.html
+++ b/articles/cowboy-2.6.0/index.html
@@ -75,7 +75,7 @@
<p>Of note is the support for the PROXY protocol header built directly into Cowboy; the ability to use the sendfile tuple to send files while streaming a response body (for example you could build a tar file on the fly); and experimental support for range requests in the REST and static file handlers, including an automatic mode that lets you enable byte range requests to existing handlers with what&apos;s basically a one-liner.</p>
<p>Many options have also been added and many bugs have been fixed.</p>
<p>A complete list of changes can be found in the migration guide: <a href="https://ninenines.eu/docs/en/cowboy/2.6/guide/migrating_from_2.5/">Migrating from Cowboy 2.5 to 2.6</a>.</p>
-<p>You can donate to this project via <a href="https://salt.bountysource.com/teams/ninenines">BountySource</a>. These funds are used to pay for additional servers for testing.</p>
+<p>You can donate to this project via <a href="https://github.com/sponsors/essen">GitHub Sponsors</a>. These funds are used to pay for additional servers for testing.</p>
<p>As usual, feedback is appreciated, and issues or questions should be sent via Github tickets. Thanks!</p>
@@ -89,6 +89,10 @@
+ <li><a href="https://ninenines.eu/articles/github-sponsors/">GitHub Sponsors</a></li>
+
+
+
<li><a href="https://ninenines.eu/articles/cowboy-2.7.0/">Cowboy 2.7</a></li>