Skip to content

Commit

Permalink
Revert " Change ssl: broken pipe to broken pipe (#51388)" (#51399)
Browse files Browse the repository at this point in the history
This reverts commit 8059bea.
  • Loading branch information
GrahamCampbell authored May 13, 2024
1 parent 8059bea commit 9be528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9be528c

Please sign in to comment.