summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-19 13:29:35 +0100
committerLoïc Hoguin <[email protected]>2018-11-19 13:29:35 +0100
commit3edee0ace8f3f12653381e8038461689363c9541 (patch)
tree25c351b121ff008ed7a73ee945dc1f2d28a025c1 /articles/index.html
parent4ddd4e856a43c800227878c4b145aca15ce3f579 (diff)
downloadninenines.eu-3edee0ace8f3f12653381e8038461689363c9541.tar.gz
ninenines.eu-3edee0ace8f3f12653381e8038461689363c9541.tar.bz2
ninenines.eu-3edee0ace8f3f12653381e8038461689363c9541.zip
Cowboy 2.6.0
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/articles/index.html b/articles/index.html
index d5e1fbe4..9e44d113 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -67,6 +67,25 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.6.0/">Cowboy 2.6</a></h2>
+ <p class="date">
+ <span class="year">2018</span>
+ <span class="day-month">19 Nov</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.6.0 has been released!
+Cowboy 2.6 greatly refactored the HTTP/2 code, a large part of which was moved to Cowlib and is now used by both the Cowboy server and the Gun client.
+A large number of tickets were also closed which resulted in many bugs fixed and many features and options added, although some of them are still experimental.
+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 style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.6.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/ranch-1.7.0/">Ranch 1.7</a></h2>
<p class="date">
<span class="year">2018</span>
@@ -418,25 +437,6 @@ The ranch:info/0 and ranch:procs/2 can be used to retrieve information about Ran
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/ml-archives/">Mailing list archived</a></h2>
- <p class="date">
- <span class="year">2016</span>
- <span class="day-month">29 Aug</span>
- </p>
- </header>
-
- <p>The old mailing list archives have been added to the site, mainly for referencing purposes.
-The mailing list has been shut down and all personal information has been deleted.
-If you need help with a project, consider either opening a ticket on that project&apos;s issues tracker or going through the community channels (erlang-questions, #ninenines or #erlang on Freenode).
-Prefer tickets; often when people have issues it highlights an underlying problem in the project or its documentation.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/ml-archives/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">