diff options
author | Micael Karlberg <[email protected]> | 2010-06-02 23:37:26 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-02 23:37:26 +0000 |
commit | bcb19b624d02a35c463fa7a84ed4e79eaa8eb278 (patch) | |
tree | 87176eb3c20666eca2827be4e6be8e45369f9674 /lib/megaco/doc/src/notes.xml | |
parent | 16d2e129ff59db4917b0495d914df646f62669b9 (diff) | |
download | otp-bcb19b624d02a35c463fa7a84ed4e79eaa8eb278.tar.gz otp-bcb19b624d02a35c463fa7a84ed4e79eaa8eb278.tar.bz2 otp-bcb19b624d02a35c463fa7a84ed4e79eaa8eb278.zip |
OTP-8529: Raise condition processing replies
Diffstat (limited to 'lib/megaco/doc/src/notes.xml')
-rw-r--r-- | lib/megaco/doc/src/notes.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml index 9963359515..99a3784402 100644 --- a/lib/megaco/doc/src/notes.xml +++ b/lib/megaco/doc/src/notes.xml @@ -66,6 +66,16 @@ <list type="bulleted"> <item> + <p>A raise condition when, during high load, processing + both the original and a resent message and delivering + this as two separate messages to the user. </p> + <p>Note that this solution only protects against multiple + reply deliveries! </p> + <p>Own Id: OTP-8529</p> + <p>Aux Id: Seq 10915</p> + </item> + + <item> <p>Fix shared libraries installation. </p> <p>The flex shared lib(s) were incorrectly installed as data files. </p> |