You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
We don't set SO_KEEPALIVE on the socket.
Modification:
Enable SO_KEEPALIVE by default and introduce org.asynchttpclient.soKeepAlive config option to disable it.
Result:
SO_KEEPALIVE supported
Copy file name to clipboardexpand all lines: extras/typesafeconfig/src/main/java/org/asynchttpclient/extras/typesafeconfig/AsyncHttpClientTypesafeConfig.java
+5
Original file line number
Diff line number
Diff line change
@@ -369,6 +369,11 @@ public boolean isSoReuseAddress() {
0 commit comments