diff options
author | Loïc Hoguin <[email protected]> | 2024-01-08 11:44:34 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-01-08 11:47:59 +0100 |
commit | c1490d7d5503636e7995583222cf8edf5f882db5 (patch) | |
tree | 3a04b388fc0573f3f3d9471480e341fc9bcae6b3 /doc | |
parent | 9784179498cd36dd6d59fdb7174d61c6d24c98bc (diff) | |
download | cowboy-c1490d7d5503636e7995583222cf8edf5f882db5.tar.gz cowboy-c1490d7d5503636e7995583222cf8edf5f882db5.tar.bz2 cowboy-c1490d7d5503636e7995583222cf8edf5f882db5.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/manual/cowboy_websocket.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/manual/cowboy_websocket.asciidoc b/doc/src/manual/cowboy_websocket.asciidoc index df74507..b1eb593 100644 --- a/doc/src/manual/cowboy_websocket.asciidoc +++ b/doc/src/manual/cowboy_websocket.asciidoc @@ -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. |