summaryrefslogtreecommitdiffstats
path: root/articles/page/2
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2026-05-12 17:41:05 +0200
committerLoïc Hoguin <[email protected]>2026-05-12 17:41:05 +0200
commitff5dee6af5eb49e784d1a053d583f5c848bcd8ca (patch)
treee919132797aee06cec6a873776091ebf9812ce47 /articles/page/2
parentc0ff63c6d9fc116c8ee7bfb5fe1b73894a4f8e22 (diff)
downloadninenines.eu-master.tar.gz
ninenines.eu-master.tar.bz2
ninenines.eu-master.zip
Announce Cowboy 2.15, Gun 2.3, Cowlib 2.16.1HEADmaster
Diffstat (limited to 'articles/page/2')
-rw-r--r--articles/page/2/index.html36
1 files changed, 17 insertions, 19 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index 0c7063bd..71e093b4 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -65,6 +65,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>
@@ -416,25 +433,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">