You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#221 appeared to remove coverage of the ServerLifecycleListener.performClientConnectionFailCallbacks() function, but this was really because of an error handling fix I just submitted to BlueSSLService (Kitura/BlueSSLService#42).
We should have a test that deliberately fails to initialize a connection, and checks that the fail callback is called.
The text was updated successfully, but these errors were encountered:
#221 appeared to remove coverage of the
ServerLifecycleListener.performClientConnectionFailCallbacks()
function, but this was really because of an error handling fix I just submitted to BlueSSLService (Kitura/BlueSSLService#42).We should have a test that deliberately fails to initialize a connection, and checks that the fail callback is called.
The text was updated successfully, but these errors were encountered: