From 2e7d76c04af03ec4e8d73a1396d80ea419288a7d Mon Sep 17 00:00:00 2001 From: Norbert Boros Date: Fri, 31 Jan 2020 08:11:37 +0000 Subject: [PATCH] Fixed HTTP/2 Push of styles --- src/Engine/ZF3TurboHTTP2Engine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Engine/ZF3TurboHTTP2Engine.php b/src/Engine/ZF3TurboHTTP2Engine.php index 7089153..67ddc6a 100644 --- a/src/Engine/ZF3TurboHTTP2Engine.php +++ b/src/Engine/ZF3TurboHTTP2Engine.php @@ -50,7 +50,7 @@ public function __construct($response, $content, $request) public function build_css() { - preg_match_all('/content, $matches, PREG_SET_ORDER, 0); + preg_match_all('/content, $matches, PREG_SET_ORDER, 0); foreach($matches as $mm) {