stop cleanly when there's a IO error accessing the Handle
authorJoey Hess <joeyh@joeyh.name>
Tue, 22 Nov 2016 01:22:58 +0000 (21:22 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 22 Nov 2016 01:32:51 +0000 (21:32 -0400)
commit483dbcdbef1ed313ef60bdbe1834a77e9667a87d
tree07e4b94f0bf0d8483629b6193e78d28a5aaf1e88
parentae69ebfc7c70b3e523843229fd334e60fbf13405
stop cleanly when there's a IO error accessing the Handle

All other exceptions are let through, but IO errors accessing the handle
are to be expected, so quietly ignore.
CmdLine/GitRemoteTorAnnex.hs
Remote/Helper/P2P/IO.hs
RemoteDaemon/Transport/Tor.hs