Skip to content

Commit 6dd3a51

Browse files
webartisan10Daniyar Islamgaliyev
andauthored
Update DetectsLostConnections trait (#52805)
Co-authored-by: Daniyar Islamgaliyev <[email protected]>
1 parent 25affbb commit 6dd3a51

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,6 @@ 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-
'SSL: Broken pipe',
5655
'SQLSTATE[08S01]: Communication link failure',
5756
'SQLSTATE[08006] [7] could not connect to server: Connection refused Is the server running on host',
5857
'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host',
@@ -71,6 +70,7 @@ protected function causedByLostConnection(Throwable $e)
7170
'SQLSTATE[HY000] [2002] Network is unreachable',
7271
'SQLSTATE[HY000] [2002] The requested address is not valid in its context',
7372
'SQLSTATE[HY000] [2002] A socket operation was attempted to an unreachable network',
73+
'SQLSTATE[HY000] [2002] Operation now in progress',
7474
'SQLSTATE[HY000]: General error: 3989',
7575
'went away',
7676
'No such file or directory',

0 commit comments

Comments
 (0)