We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this compatible with Laravel Octane? Won't this have a memory leak because every request you're re-merging $this->proxies using array_merge in https://github.com/monicahq/laravel-cloudflare/blob/main/src/Http/Middleware/TrustProxies.php#L21?
$this->proxies
The text was updated successfully, but these errors were encountered:
@jcsoriano is it working with Laravel Octane?
Sorry, something went wrong.
very good question @asbiin can you answer please?
No branches or pull requests
Is this compatible with Laravel Octane? Won't this have a memory leak because every request you're re-merging
$this->proxies
using array_merge in https://github.com/monicahq/laravel-cloudflare/blob/main/src/Http/Middleware/TrustProxies.php#L21?The text was updated successfully, but these errors were encountered: