We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56a4dc commit 5d51075Copy full SHA for 5d51075
CHANGES.md
@@ -1,3 +1,15 @@
1
+New version
2
+
3
+* Crashing client processes now exit with reason
4
+ `{shutdown, Error}`. This ensures processes
5
+ linked to the connection process are also
6
+ cleaned up. If exit `normal` was caught in a
7
+ request loop callback, for example in a
8
+ `try ... catch exit:normal ...` expression,
9
+ that expression might have to be updated to
10
+ handle the `{shutdown, Error}` error reason.
11
+ https://github.com/mochi/mochiweb/pull/238
12
13
Version 2.22.0 released 2021-08-23
14
15
* Renamed master branch to main
0 commit comments