Skip to content

Commit

Permalink
Merge branch 'master' into 3.1
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/rpc-server/src/Server.php
  • Loading branch information
limingxinleo committed Nov 22, 2023
2 parents 80bb63e + 6b50e0a commit e064b76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ protected function causedByLostConnection(Throwable $e): bool
'Packets out of order. Expected',
'Broken pipe',
'Error reading result',
// PDO::prepare(): Send of 77 bytes failed with errno=110 Operation timed out
// SSL: Handshake timed out
// SSL: Operation timed out
// SSL: Connection timed out
// SQLSTATE[HY000] [2002] Connection timed out
'timed out',
]);
}
}

0 comments on commit e064b76

Please sign in to comment.