Skip to content

Commit a69f15d

Browse files
authored
Add ssl broken pipe as lost connection error (#36601)
1 parent be86b91 commit a69f15d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/DetectsLostConnections.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ protected function causedByLostConnection(Throwable $e)
5050
'SSL: Connection timed out',
5151
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',
5252
'Temporary failure in name resolution',
53+
'SSL: Broken pipe',
5354
]);
5455
}
5556
}

0 commit comments

Comments
 (0)