0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Cowboy 2.11

This commit is contained in:
Loïc Hoguin 2024-01-23 15:29:41 +01:00
parent f060e6c4ff
commit 8f9051519e
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
8 changed files with 156 additions and 10 deletions

View file

@ -285,6 +285,7 @@ normal circumstances if necessary.
== Changelog
* *2.11*: Websocket over HTTP/2 is now considered stable.
* *2.11*: HTTP/1.1 Websocket no longer traps exits by default.
* *2.8*: The `active_n` option was added.
* *2.7*: The commands based interface has been documented.