diff options
author | Ingela Anderton Andin <[email protected]> | 2018-11-29 16:24:33 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-12-03 19:42:07 +0100 |
commit | 15aa90e8d852e27a6dc28c713aee66f57574705e (patch) | |
tree | 47b0574b104b1b679d2a8254d2fba2d785be5f31 /lib/ssl/doc | |
parent | 6168cf2f5f8b5839b1a56ce870658d76faf3c22f (diff) | |
download | otp-15aa90e8d852e27a6dc28c713aee66f57574705e.tar.gz otp-15aa90e8d852e27a6dc28c713aee66f57574705e.tar.bz2 otp-15aa90e8d852e27a6dc28c713aee66f57574705e.zip |
ssl: Correct ssl:shutdown
When internaly using active N, bugs in shutdown implementation where reveled.
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/ssl_app.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index 53b899058f..893919aeb4 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -180,7 +180,7 @@ active once to an active N behavior (N = 100), for performance reasons, this option exist for possible tweaking or restoring of the old behavior (internal_active_n = 1) in - unforeseen scenarios. This option will not affect erlang + unforeseen scenarios. The option will not affect erlang distribution over TLS that will always run in active N mode. Added in ssl-9.1 (OTP-21.2). </p> |