diff options
author | Loïc Hoguin <[email protected]> | 2019-04-04 11:23:50 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-04-04 11:23:50 +0200 |
commit | d5489b4c7360ebcb134db892fac50a2d7d406402 (patch) | |
tree | d7f8f6e6f702b011ae5999a6576b7fd58ddfcca9 /doc/src/guide/migrating_from_2.6.asciidoc | |
parent | 6f68d7d2d6dea22933e639d0e21648f99388e819 (diff) | |
download | cowboy-d5489b4c7360ebcb134db892fac50a2d7d406402.tar.gz cowboy-d5489b4c7360ebcb134db892fac50a2d7d406402.tar.bz2 cowboy-d5489b4c7360ebcb134db892fac50a2d7d406402.zip |
Cowboy 2.6.22.6.2
Updates Cowlib to 2.7.2.
Diffstat (limited to 'doc/src/guide/migrating_from_2.6.asciidoc')
-rw-r--r-- | doc/src/guide/migrating_from_2.6.asciidoc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/src/guide/migrating_from_2.6.asciidoc b/doc/src/guide/migrating_from_2.6.asciidoc index 0adab3e..14ce5d5 100644 --- a/doc/src/guide/migrating_from_2.6.asciidoc +++ b/doc/src/guide/migrating_from_2.6.asciidoc @@ -3,6 +3,29 @@ The following patch versions were released since Cowboy 2.6: +=== Cowboy 2.6.2 + +This release updates Cowlib to 2.7.2. + +A bug in the HTTP/2 code that resulted in the failure to +fully send iolist response bodies has been fixed. Cowboy +would just wait indefinitely in those cases. + +Cowboy will now use the host header when the HTTP/2 +:authority pseudo header is missing. A common scenario +where this occurs is when proxies translate incoming +HTTP/1.1 requests to HTTP/2. + +The `cowboy_static` handler will now properly detect +the type of files that have an uppercase or mixed +extension component. + +A bug where the stacktrace was incorrect in error messages +has been fixed. The problem occurred when an exception +occurred in the handler's terminate callback. + +Minor documentation fixes. + === Cowboy 2.6.1 This release updates Ranch to 1.7.1. |