Skip to content

[6.x] Fix generic DetectsLostConnection string#35323

Merged
taylorotwell merged 1 commit into
laravel:6.xfrom
paras-malhotra:fix_generic_DetectsLostConnection_string
Nov 23, 2020
Merged

[6.x] Fix generic DetectsLostConnection string#35323
taylorotwell merged 1 commit into
laravel:6.xfrom
paras-malhotra:fix_generic_DetectsLostConnection_string

Conversation

@paras-malhotra

@paras-malhotra paras-malhotra commented Nov 22, 2020

Copy link
Copy Markdown
Contributor

This PR: #31539 introduced a bug #35321 and potentially more bugs that haven't been reported yet. The issue is that the DetectsLostConnection string added ("connection refused") is way too generic and may be caused by any TCP/IP service that's unable to connect (isn't limited to lost DB connections). Based on the original PR stack trace, I've narrowed it down to make it specific to lost database connections.

Closes #35321.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants