I'm getting data from a csv (approx 9450 rows), and sending it by Guzzle from a Laravel 5.4 to a Lumen 5.4, but when I try to do it, I get this error "cURL error 56: Recv failure: Connection was reset"
I use 2 local servers, the native of laravel (php artisan serve, for the frontend), Ampps 3.6 for the lumen (backend) and PostgreSQL database 9.4.
Any suggestions?