summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-16 09:48:31 +0200
committerLoïc Hoguin <[email protected]>2019-10-16 09:48:31 +0200
commit8459bebceb9533948193774371cbd9fd571b78ea (patch)
treedd8e5eb8aa21e68b47f2526a3db9a276ea0d4327 /articles/index.html
parent31cedd105e5f6ecfbfcb925d4703cdf7b5ae114f (diff)
downloadninenines.eu-8459bebceb9533948193774371cbd9fd571b78ea.tar.gz
ninenines.eu-8459bebceb9533948193774371cbd9fd571b78ea.tar.bz2
ninenines.eu-8459bebceb9533948193774371cbd9fd571b78ea.zip
Cowboy 2.7.0
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html36
1 files changed, 17 insertions, 19 deletions
diff --git a/articles/index.html b/articles/index.html
index 2668b7e9..3130a7c8 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -67,6 +67,23 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.7.0/">Cowboy 2.7</a></h2>
+ <p class="date">
+ <span class="year">2019</span>
+ <span class="day-month">16 Oct</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.7.0 has been released!
+Cowboy 2.7 improves the HTTP/2 code with optimizations around the sending of DATA and WINDOW_UPDATE frames; graceful shutdown of the connection when the client is going away; and rate limiting mechanisms. New options and mechanisms have also been added to control the amount of memory Cowboy ends up using with both HTTP/1.1 and HTTP/2. Much of this work was done to address HTTP/2 CVEs about potential denial of service.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.7.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/gun-2.0.0-pre.1/">Gun 2.0 pre-release 1</a></h2>
<p class="date">
<span class="year">2019</span>
@@ -418,25 +435,6 @@ HTTP/2 support! Websocket compression! Much simpler, cleaner interface. No mor
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/cowboy-2.0.0-rc.2/">Cowboy 2.0 release candidate 2</a></h2>
- <p class="date">
- <span class="year">2017</span>
- <span class="day-month">23 Aug</span>
- </p>
- </header>
-
- <p>Cowboy 2.0.0-rc.2 has been released!
-This is the new recommended version of Cowboy. Its API should not change before release. While you probably should not use it in production yet, many do successfully. Use at your own risk.
-This new version contains fixes for the following issues:
-HTTP/2 server push was using the wrong header compression context. HTTP/2 flow control could end up queueing data in the wrong order when resuming the sending of data.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.0.0-rc.2/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">