aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2015-07-08 15:07:15 +0200
committerAnders Svensson <[email protected]>2015-08-04 17:33:37 +0200
commit80420620b67216b67e90affc5fe35505207254a3 (patch)
tree0dc8789f48ff7c82afbf3408a5499a0cc31a42c7
parent4c1e79bf4582e19cd7b4225fb867b4f088895294 (diff)
downloadotp-80420620b67216b67e90affc5fe35505207254a3.tar.gz
otp-80420620b67216b67e90affc5fe35505207254a3.tar.bz2
otp-80420620b67216b67e90affc5fe35505207254a3.zip
Correct inaccurate doc
The warning report was removed in commit 00584303.
-rw-r--r--lib/diameter/doc/src/diameter.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml
index ea175a58b8..cb628f9529 100644
--- a/lib/diameter/doc/src/diameter.xml
+++ b/lib/diameter/doc/src/diameter.xml
@@ -1231,9 +1231,7 @@ is not the length of the message in question, as received over the
transport interface documented in &man_transport;.</p>
<p>
-If <c>exit</c> then a warning report is emitted and the parent of the
-transport process in question exits, which causes the transport
-process itself to exit as described in &man_transport;.
+If <c>exit</c> then the transport process in question exits.
If <c>handle</c> then the message is processed as usual, a resulting
&app_handle_request; or &app_handle_answer; callback (if one takes
place) indicating the <c>5015</c> error (DIAMETER_INVALID_MESSAGE_LENGTH).