We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8059bea commit 9be528cCopy full SHA for 9be528c
src/Illuminate/Database/DetectsLostConnections.php
@@ -52,7 +52,7 @@ protected function causedByLostConnection(Throwable $e)
52
'SSL: Connection timed out',
53
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',
54
'Temporary failure in name resolution',
55
- 'Broken pipe',
+ 'SSL: Broken pipe',
56
'SQLSTATE[08S01]: Communication link failure',
57
'SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host',
58
'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host',
0 commit comments