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

[8.x] Added "close" method to Http response #37566

Merged
merged 1 commit into from
Jun 2, 2021
Merged

[8.x] Added "close" method to Http response #37566

merged 1 commit into from
Jun 2, 2021

Conversation

juanparati
Copy link
Contributor

I added the close method to the Http client response.

The reason why I added the method is because sometimes is necessary to close the connections manually in environments where the PHP garbage collector cannot release those connections very frequently like Laravel running on Octane or jobs.

The "close" method is described by PSR-7.

@driesvints driesvints changed the title Added "close" method to Http response [8.x] Added "close" method to Http response Jun 2, 2021
@taylorotwell taylorotwell merged commit bfcfdf9 into laravel:8.x Jun 2, 2021
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