From 4d3582befc8d82089e29e5e81ba2aae04aab81db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=A4sing-Keller?= Date: Fri, 22 Dec 2023 10:42:28 +0100 Subject: [PATCH] swisscovery: Remove connection setting to render result immediately --- isbn/swiss.php | 1 - 1 file changed, 1 deletion(-) diff --git a/isbn/swiss.php b/isbn/swiss.php index 94c9b5b..7e91696 100644 --- a/isbn/swiss.php +++ b/isbn/swiss.php @@ -55,7 +55,6 @@ 'ciphers' => 'DEFAULT@SECLEVEL=1', ], 'http' => [ - 'header' => 'Connection: close\r\n', 'timeout' => 10, ], ];