From 46694b802ce0302f3c3344be933cc9737d4d4f4c Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 17 Dec 2020 09:59:23 +0000 Subject: [PATCH] Fix the PIPE_CONNECT feature control in the template Makefile, the default having changed to "included" for 4.93 Broken-by: 81344b40e3 --- src/src/EDITME | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/src/EDITME b/src/src/EDITME index 13dc49414..75c3e7c6c 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -569,9 +569,9 @@ DISABLE_MAL_MKS=yes # DISABLE_EVENT=yes -# Uncomment this line to include support for early pipelining, per +# Uncomment this line to remove support for early pipelining, per # https://datatracker.ietf.org/doc/draft-harris-early-pipe/ -# SUPPORT_PIPE_CONNECT=yes +# DISABLE_PIPE_CONNECT=yes # Uncomment the following to remove the fast-ramp two-phase-queue-run support -- 2.30.2