Skip to content

Commit 9be528c

Browse files
Revert " Change ssl: broken pipe to broken pipe (#51388)" (#51399)
This reverts commit 8059bea.
1 parent 8059bea commit 9be528c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/DetectsLostConnections.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected function causedByLostConnection(Throwable $e)
5252
'SSL: Connection timed out',
5353
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',
5454
'Temporary failure in name resolution',
55-
'Broken pipe',
55+
'SSL: Broken pipe',
5656
'SQLSTATE[08S01]: Communication link failure',
5757
'SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host',
5858
'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host',

0 commit comments

Comments
 (0)