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-11-01 14:31:19 +0100
commitf1bc428759b3b1ef6a17b5dad79d237f5f2f7dbf (patch)
tree17c3e792ba086f8200f52bb51e613361ac203f2e /container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.connector.def
parent2cb0b824c13021c2075f6573ffe8666cdbd83fdc (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).