summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-10-17 13:10:58 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-10-26 13:48:20 +0200
commitc095cbbf433760100e6d1bf04d88b2f6b1b710e8 (patch)
tree1ab66fb89c5fbb61eaf88efa4d699a093588c15c /container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
parent4bc54df04097788c49f31f1cfe1d0446c26d8c42 (diff)
Upgrade Jetty from 9.4.49 to 11.0.12
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def')
-rw-r--r--container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def b/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
index ecbc451ead1..bdcc3f9e40a 100644
--- a/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
+++ b/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
@@ -28,7 +28,8 @@ reuseAddress bool default=true
# The maximum idle time for a connection, which roughly translates to the Socket.setSoTimeout(int).
idleTimeout double default=180.0
-# Whether or not to have socket keep alive turned on.
+# TODO Vespa 9 Remove
+# Has no effect since Jetty 11 upgrade
tcpKeepAliveEnabled bool default=false
# Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).