Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.5.3
-
None
Description
DefaultHttpClientConnectionOperator sets SO_TIMEOUT when creating sockets. However, MainClientExec may overwrite this option in execute method (line 248). It seems that we need to revert this option to the original value before releasing connections.