diff options
author | Micael Karlberg <[email protected]> | 2011-05-11 16:57:35 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-05-11 16:57:35 +0200 |
commit | 8a6b5ba7e038decf54e044656ef05ce9eec3c6dd (patch) | |
tree | 4fa990e0ee7bc2f625bc8b43bbcf1338c6792162 /lib/inets/doc/src | |
parent | a4add7e8196a81043ece6020ffc7cb10377c7e62 (diff) | |
parent | 416668b76a84d39855b8d78b84838b8a80f40db9 (diff) | |
download | otp-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/inets/doc/src')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 12 |
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> |