less than 1 minute read

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.

Categories:

Updated:

Comments