Task #7634
Bug #7631: synchronization not processing v1 Member Nodes
refactor libclient to use the custom socket configuration...
Start date:
2016-02-03
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
Associated revisions
fixes #7634: Added default socket timeout to handle connection initialization (handshake) hangs.
fixes #7634: Added default socket timeout to handle connection initialization (handshake) hangs.
fixes #7634: needed to also add the default socket timeout to another method in HttpUtils.
fixes #7634: needed to also add the default socket timeout to another method in HttpUtils.
History
#1 Updated by Rob Nahf almost 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours set to 0.0
added default socket timeout to the connection manager in HttpUtils, where the connection manager is built to handle issues where there are hangs during connection initialization (handshakes). solution as per recommendation in HTTPCLIENT-1478 issue (link in description).