Proxy process should exit when a FUSE instance gets an error when accepting a connection #2256
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
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.
The text was updated successfully, but these errors were encountered: