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:
parent
819a47a220
commit
8d49ae3dda
4 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue