I am getting file leaks when I run my code on Google Compute Engine to what appears to be Google servers:
php 3630 www-data 873u IPv4 34632 0t0 TCP xxxx.internal:43328->vu-in-f139.1e100.net:https (CLOSE_WAIT)
php 3630 www-data 874u IPv4 34640 0t0 TCP xxxx.internal:39500->vh-in-f139.1e100.net:https (CLOSE_WAIT)
php 3630 www-data 875u IPv4 34648 0t0 TCP xxxx:43336->vu-in-f139.1e100.net:https (CLOSE_WAIT)
I am not making calls to those servers directly. I believe Google's API Library may be making those calls, but it doesn't appear to be closing it. I have run this same code on a baremetal server and I don't get these file leaks.
Does anyone have any idea what is causing this?