SO_TIMEOUT and CONNECTION_TIMEOUT
SO_TIMEOUT == ‘http.socket.timeout’:
timeout (in milliseconds) for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets.
CONNECTION_TIMEOUT == ‘http.connection.timeout’
determines the timeout in milliseconds until a connection is established.
Comments