Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.x] Revert "[10.x] Change ssl: broken pipe to broken pipe" #51399

Merged
merged 1 commit into from
May 13, 2024

Conversation

GrahamCampbell
Copy link
Member

Reverts #51388. It's possible the query succeeded and the result could not be fetched due to a broken pipe. It's only safe to do this at the SSL negotiation phase, not the query sending/receiving rows phases. Laravel should never accidentally run a query twice.

@taylorotwell taylorotwell merged commit 9be528c into 10.x May 13, 2024
51 checks passed
@taylorotwell taylorotwell deleted the revert-51388-10.x branch May 13, 2024 17:20
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.

None yet

2 participants