diff options
author | Erlang/OTP <[email protected]> | 2012-11-26 15:48:29 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2012-11-26 15:48:29 +0100 |
commit | d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 (patch) | |
tree | 82f694611cd02d0f4cc1f8ab28d234de5ecf5ac0 /lib/inets/doc/src | |
parent | 6b9369ea8357b8365cea461f3a73e9f9a0d1b56f (diff) | |
download | otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.tar.gz otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.tar.bz2 otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.zip |
Prepare releaseOTP_R15B03
Diffstat (limited to 'lib/inets/doc/src')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 3aae1ff70a..e0d6ae3454 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,27 @@ </header> - <section> + <section><title>Inets 5.9.2</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Minimum bytes per second</p> + <p> + New option to http server, {minimum_bytes_per_second, + integer()}, for a connection, if it is not reached the + socket will close for that specific connection. Can be + used to prevent hanging requests from faulty clients.</p> + <p> + Own Id: OTP-10392</p> + </item> + </list> + </section> + +</section> + +<section> <title>Inets 5.9.1</title> <section> |