monicahq / laravel-cloudflare

Add Cloudflare ip addresses to trusted proxies for Laravel.
MIT License
261 stars 28 forks source link

Laravel Octane #219

Open jcsoriano opened 3 years ago

jcsoriano commented 3 years ago

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?

michaelrimbach commented 7 months ago

@jcsoriano is it working with Laravel Octane?