Skip to content

Commit fe0566d

Browse files
Added "SSL error: unexpected eof" messageto LostConnectionDetector (#58113)
1 parent 332bb7d commit fe0566d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/LostConnectionDetector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function causedByLostConnection(Throwable $e): bool
4949
'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known',
5050
'SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for',
5151
'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: EOF detected',
52+
'SSL error: unexpected eof',
5253
'SQLSTATE[HY000] [2002] Connection timed out',
5354
'SSL: Connection timed out',
5455
'SQLSTATE[HY000]: General error: 1105 The last transaction was aborted due to Seamless Scaling. Please retry.',

0 commit comments

Comments
 (0)