summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-16 09:59:02 +0200
committerLoïc Hoguin <[email protected]>2019-10-16 09:59:02 +0200
commitd15d836ac8f6a3a2c3f5f8e5a9dfd11bd6253fee (patch)
tree34bb96007a84c64126f40795b0b8a0a2901eee5c
parent8459bebceb9533948193774371cbd9fd571b78ea (diff)
downloadninenines.eu-d15d836ac8f6a3a2c3f5f8e5a9dfd11bd6253fee.tar.gz
ninenines.eu-d15d836ac8f6a3a2c3f5f8e5a9dfd11bd6253fee.tar.bz2
ninenines.eu-d15d836ac8f6a3a2c3f5f8e5a9dfd11bd6253fee.zip
Fix typo
-rw-r--r--_build/content/articles/cowboy-2.7.0.asciidoc2
-rw-r--r--articles/cowboy-2.7.0/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/_build/content/articles/cowboy-2.7.0.asciidoc b/_build/content/articles/cowboy-2.7.0.asciidoc
index 2d07f584..0e6f4c4e 100644
--- a/_build/content/articles/cowboy-2.7.0.asciidoc
+++ b/_build/content/articles/cowboy-2.7.0.asciidoc
@@ -26,7 +26,7 @@ This is the first Cowboy version that is compatible with
the upcoming Ranch 2.0. Cowboy 2.7 will use Ranch 1.7.1
by default.
-Cowboy 2.0 requires Erlang/OTP 20 or above and is tested
+Cowboy 2.7 requires Erlang/OTP 20 or above and is tested
and supported on Linux, FreeBSD, macOS and Windows.
A complete
diff --git a/articles/cowboy-2.7.0/index.html b/articles/cowboy-2.7.0/index.html
index cb46aa20..18246db7 100644
--- a/articles/cowboy-2.7.0/index.html
+++ b/articles/cowboy-2.7.0/index.html
@@ -73,7 +73,7 @@
<p>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>In addition, many of the experimental features introduced in previous releases have been marked stable and are now documented. These include the commands-based Websocket handler interface; the metrics and tracer stream handlers; and the ability to change options on a per-stream basis (for example idle timeouts).</p>
<p>This is the first Cowboy version that is compatible with the upcoming Ranch 2.0. Cowboy 2.7 will use Ranch 1.7.1 by default.</p>
-<p>Cowboy 2.0 requires Erlang/OTP 20 or above and is tested and supported on Linux, FreeBSD, macOS and Windows.</p>
+<p>Cowboy 2.7 requires Erlang/OTP 20 or above and is tested and supported on Linux, FreeBSD, macOS and Windows.</p>
<p>A complete list of changes can be found in the migration guide: <a href="https://ninenines.eu/docs/en/cowboy/2.7/guide/migrating_from_2.6/">Migrating from Cowboy 2.6 to 2.7</a>.</p>
<p>I have more free time available for consulting or for paid open source development at the moment. If you are interested, drop me an email at <a href="mailto:[email protected]">[email protected]</a>. I have gathered that there&apos;s interest in a pure Erlang GRPC implementation, and there&apos;s also QUIC and HTTP/3 that will be ready soon, for examples of projects I&apos;d be interested in working on.</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>