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

[11.x] Fix Http Client Pool requests that have no response #52393

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

andrewbroberg
Copy link
Contributor

@andrewbroberg andrewbroberg commented Aug 5, 2024

Fixes an issue when a HTTP Client Pool is used and a request throws a RequestException and there is no response body, such as an SSL verify error.

Previously this would still return a Response class, with no response code or body. This now considers it a ConnectionException.

Looks to be a regression of #41412

@andrewbroberg andrewbroberg marked this pull request as draft August 6, 2024 00:00
Fixes an issue when a HTTP Client Pool is used and a request throws a RequestException and there is no response body. Previously this would still return a Response class, with no response code or body. This now considers it a ConnectionException.
@andrewbroberg andrewbroberg marked this pull request as ready for review August 6, 2024 00:14
@taylorotwell taylorotwell merged commit 64c45e0 into laravel:11.x Aug 6, 2024
29 checks passed
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