mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Ensure HTTP/1.1 Websocket resets the trap_exit flag
While we are identified as a supervisor in the tree, we no longer manage children processes at that point, so do not need to trap exit signals. Users can still enable trap_exit if they prefer to.
This commit is contained in:
parent
9784179498
commit
c1490d7d55
5 changed files with 17 additions and 2 deletions
|
@ -285,6 +285,7 @@ normal circumstances if necessary.
|
|||
|
||||
== Changelog
|
||||
|
||||
* *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.
|
||||
The old interface is now deprecated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue