Skip to content

Commit

Permalink
Add ssl broken pipe as lost connection error (#36601)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmachatschek committed Mar 15, 2021
1 parent 99890e3 commit a29e13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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',
'SSL: Broken pipe',
]);
}
}

0 comments on commit a29e13b

Please sign in to comment.