From 862890e95428ab36ad27878820f286c39ace163b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 13 May 2024 18:19:35 +0100 Subject: [PATCH] Revert " Change ssl: broken pipe to broken pipe (#51388)" This reverts commit 8059bea88f78e431659f6adc982e31e0475d17bc. --- src/Illuminate/Database/DetectsLostConnections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Database/DetectsLostConnections.php b/src/Illuminate/Database/DetectsLostConnections.php index 4a0208075e02..8cb1187a8bb7 100644 --- a/src/Illuminate/Database/DetectsLostConnections.php +++ b/src/Illuminate/Database/DetectsLostConnections.php @@ -52,7 +52,7 @@ protected function causedByLostConnection(Throwable $e) 'SSL: Connection timed out', 'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.', 'Temporary failure in name resolution', - 'Broken pipe', + 'SSL: Broken pipe', 'SQLSTATE[08S01]: Communication link failure', 'SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host', 'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host',