GoogleCloudPlatform / cloud-sql-proxy

A utility for connecting securely to your Cloud SQL instances
Apache License 2.0
1.27k stars 346 forks source link

Proxy process should exit when a FUSE instance gets an error when accepting a connection #2256

Closed hessjcg closed 2 months ago

hessjcg commented 3 months ago

When the proxy tries to accept a connection, and then accept() returns an error, then the proxy process exits. However, fuse-configured connections do not to that. Instead, the proxy continues to run.

Update the fuse code so that the proxy exits when a fuse-configured connection fails to accept an incoming connection.

hessjcg commented 2 months ago

Fixed by #2257