Skip to content

Commit

Permalink
Merge pull request #27418 from iBotPeaches/revert-25295-handle-aws-co…
Browse files Browse the repository at this point in the history
…nnection-lost

[5.7] Revert "Handle AWS Connection Lost (#25295)"
  • Loading branch information
taylorotwell authored Feb 5, 2019
2 parents b402b56 + f38cf31 commit e07e334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Database/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ protected function causedByLostConnection(Throwable $e)
'reset by peer',
'Physical connection is not usable',
'TCP Provider: Error code 0x68',
'php_network_getaddresses: getaddrinfo failed: Name or service not known',
'ORA-03114',
'Packets out of order. Expected',
'Adaptive Server connection failed',
Expand Down

0 comments on commit e07e334

Please sign in to comment.