0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00

Update Cowboy to 2.2.2

This commit is contained in:
Loïc Hoguin 2018-01-24 11:50:07 +01:00
parent 819a47a220
commit 8d49ae3dda
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
4 changed files with 9 additions and 3 deletions

View file

@ -69,7 +69,7 @@ fetch and compile Cowboy:
PROJECT = hello_erlang
DEPS = cowboy
dep_cowboy_commit = 2.2.1
dep_cowboy_commit = 2.2.2
DEP_PLUGINS = cowboy

View file

@ -3,6 +3,12 @@
The following patch versions were released since Cowboy 2.2:
=== Cowboy 2.2.2
* While fixing the miscount in the previous patch release an
issue was introduced where HTTP/2 bodies could be sent out
of orders when using iolists. This has been corrected.
=== Cowboy 2.2.1
* Colons are now allowed within path segments in routes provided