cloud-sql-proxy icon indicating copy to clipboard operation
cloud-sql-proxy copied to clipboard

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

Open hessjcg opened this issue 1 year ago • 0 comments
trafficstars

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 avatar Jun 26 '24 20:06 hessjcg