sbt/main
Eugene Yokota c5d578815c catch IOException intead of SocketException
`NGUnixDomainSocket` throws `java.io.IOException` instead of `SocketException`, probably because `SocketException` does not expose the contructor with a `Throwable` parameter.
To allow clients to disconnect, we need to catch `IOException`.
2017-11-29 22:42:58 -05:00
..
src catch IOException intead of SocketException 2017-11-29 22:42:58 -05:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00