aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-05-11 16:57:35 +0200
committerMicael Karlberg <[email protected]>2011-05-11 16:57:35 +0200
commit8a6b5ba7e038decf54e044656ef05ce9eec3c6dd (patch)
tree4fa990e0ee7bc2f625bc8b43bbcf1338c6792162 /lib
parenta4add7e8196a81043ece6020ffc7cb10377c7e62 (diff)
parent416668b76a84d39855b8d78b84838b8a80f40db9 (diff)
downloadotp-8a6b5ba7e038decf54e044656ef05ce9eec3c6dd.tar.gz
otp-8a6b5ba7e038decf54e044656ef05ce9eec3c6dd.tar.bz2
otp-8a6b5ba7e038decf54e044656ef05ce9eec3c6dd.zip
Merge branch 'inets/httpc/improvements/OTP-9246' into bmk/inets/inet56_integration
Diffstat (limited to 'lib')
-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>