From 0df4be27408ab14154646be926b0f1585e1b9e03 Mon Sep 17 00:00:00 2001 From: Lee Rowlands Date: Thu, 4 Jan 2024 07:51:06 +1000 Subject: [PATCH] Issue #3412160 by catch: Uncaught exception thrown when running database updates via drush --- core/modules/big_pipe/src/StackMiddleware/ContentLength.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/big_pipe/src/StackMiddleware/ContentLength.php b/core/modules/big_pipe/src/StackMiddleware/ContentLength.php index bc24914170e..ed85cd62e97 100644 --- a/core/modules/big_pipe/src/StackMiddleware/ContentLength.php +++ b/core/modules/big_pipe/src/StackMiddleware/ContentLength.php @@ -12,7 +12,7 @@ use Symfony\Component\HttpKernel\HttpKernelInterface; /** * Defines a big pipe middleware that removes Content-Length headers. */ -final class ContentLength implements HttpKernelInterface { +class ContentLength implements HttpKernelInterface { /** * Constructs a new ContentLength instance.