Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-unixsocket/src/main/config/modules/unixsocket.mod')
-rw-r--r--jetty-unixsocket/src/main/config/modules/unixsocket.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/jetty-unixsocket/src/main/config/modules/unixsocket.mod b/jetty-unixsocket/src/main/config/modules/unixsocket.mod
index bf76c3aa5b..c27ec9d2f4 100644
--- a/jetty-unixsocket/src/main/config/modules/unixsocket.mod
+++ b/jetty-unixsocket/src/main/config/modules/unixsocket.mod
@@ -4,7 +4,6 @@ requests from a local proxy and/or SSL offloader (eg haproxy) in either
HTTP or TCP mode. Unix Domain Sockets are more efficient than
localhost TCP/IP connections as they reduce data copies, avoid
needless fragmentation and have better dispatch behaviours.
-
When enabled with corresponding support modules, the connector can
accept HTTP, HTTPS or HTTP2C traffic.

Back to the top