PR: https://github.com/networknt/light-4j/pull/2178 In SimpleUndertowConnectionMaker, it is possible that a connection failure can be mis-logged as a connection timeout. This fix corrects this and also adds more details to the logs about the cause of connection failures. NOTE: - _Please merge PR https://github.com/networknt/light-4j/pull/2090 before this._ because: - _This issue's PR contains the updated code from PR https://github.com/networknt/light-4j/pull/2090._