aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-05-11 16:55:21 +0200
committerMicael Karlberg <[email protected]>2011-05-11 16:55:21 +0200
commit416668b76a84d39855b8d78b84838b8a80f40db9 (patch)
tree4fa990e0ee7bc2f625bc8b43bbcf1338c6792162 /lib/inets
parent5d32eaf750cff98d242c8048eeb6b49c94fb6ee6 (diff)
downloadotp-416668b76a84d39855b8d78b84838b8a80f40db9.tar.gz
otp-416668b76a84d39855b8d78b84838b8a80f40db9.tar.bz2
otp-416668b76a84d39855b8d78b84838b8a80f40db9.zip
Also updated release notes.
Diffstat (limited to 'lib/inets')
-rw-r--r--lib/inets/doc/src/notes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index b885bcbcdb..edb994a91b 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -104,6 +104,18 @@
<p>*** POTENTIAL INCOMPATIBILITY ***</p>
</item>
+ <item>
+ <p>[httpc] httpc manager crashes.
+ When a request results in a retry, the request id will be "reused"
+ in the previous implementation a race condition could occur causing
+ the manager to crash. </p>
+ <p>This is now avoided by using proc_lib:init_ack and
+ gen_server:enter_loop to allow mor advanced initialization of
+ httpc_handlers without blocking the httpc_manger and eliminating
+ extra processes that can cause race conditions. </p>
+ <p>Own Id: OTP-9246</p>
+ </item>
+
</list>
</section>